Skip to content

Commit 063004f

Browse files
Merge pull request #274949 from xboxeer/main
May release notes
2 parents f06ffff + 9660f9d commit 063004f

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

articles/mysql/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
- name: February 2024
3333
href: flexible-server/release-notes/february-2024.md
3434
- name: April 2024
35-
href: flexible-server/release-notes/april-2024.md
35+
href: flexible-server/release-notes/april-2024.md
36+
- name: May 2024
37+
href: flexible-server/release-notes/may-2024.md
3638
- name: Service tiers
3739
href: flexible-server/concepts-service-tiers-storage.md
3840
- name: Quickstarts
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Release notes for Azure Database for MySQL Flexible Server - May 2024
3+
description: Learn about the release notes for Azure Database for MySQL Flexible Server May 2024.
4+
author: xboxeer
5+
ms.author: yuzheng1
6+
ms.date: 05/09/2024
7+
ms.service: mysql
8+
ms.subservice: flexible-server
9+
ms.topic: conceptual
10+
---
11+
12+
# Azure Database For MySQL Flexible Server May 2024 Maintenance
13+
14+
We're pleased to announce the May 2024 maintenance for Azure Database for MySQL Flexible Server. This maintenance incorporates several new features and improvement, along with known issue fix, and security patches.
15+
16+
## Engine version changes
17+
No engine version upgrade in this maintenance
18+
19+
To check your engine version, run `SELECT VERSION();` command at the MySQL prompt
20+
21+
## Features
22+
### A very exciting feature that would be announced during Microsoft Build 2024
23+
- We are excited to announce that significant performance enhancements will be introduced in our upcoming update. Full details will be shared at the MS Build event. We appreciate your patience and look forward to unveiling these advancements, which are designed to significantly improve the efficiency and performance of your database operations.
24+
25+
## Improvement
26+
- Improved server restart logic, server restart has a timeout of 2 hours for none burstable servers, 4 hours timeout for burstable servers. After server restart workflow timeout, it would roll back and set the server state to Succeeded.
27+
- Improved the data-in replication procedures to show the real error message and safe exit when exception happens.
28+
- Improved the read replica creation workflow to precheck the VNet setting.
29+
30+
## Known Issues Fix
31+
- Fixed the issue that the server parameter max_connections and table_open_cache can't be configured correctly
32+
- Fixed the issue where executing `CREATE AADUSER IF NOT EXISTS 'myuser' IDENTIFIED BY 'CLIENT_ID'` when the user already exists incorrectly set the binlog record, affecting replica and high availability functionalities.
33+

0 commit comments

Comments
 (0)