Skip to content

Commit b8272a2

Browse files
authored
Merge pull request #276816 from xboxeer/main
Add july release notes - Draft version
2 parents e7ed9b6 + 01f3119 commit b8272a2

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

articles/mysql/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
href: flexible-server/release-notes/april-2024.md
3434
- name: May 2024
3535
href: flexible-server/release-notes/may-2024.md
36+
- name: June 2024
37+
href: flexible-server/release-notes/june-2024.md
3638
- name: Service tiers
3739
href: flexible-server/concepts-service-tiers-storage.md
3840
- name: Quickstarts
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Release notes for Azure Database for MySQL Flexible Server - June 2024
3+
description: Learn about the release notes for Azure Database for MySQL Flexible Server June 2024.
4+
author: xboxeer
5+
ms.author: yuzheng1
6+
ms.date: 06/01/2024
7+
ms.service: mysql
8+
ms.subservice: flexible-server
9+
ms.topic: conceptual
10+
---
11+
12+
# Azure Database For MySQL Flexible Server June 2024 Maintenance
13+
14+
We're pleased to announce the June 2024 maintenance for Azure Database for MySQL Flexible Server. In this maintenance update, we're addressing some availability issues that have been impacting a subset of our servers. While most servers remain unaffected, a small portion experiences maintenance activities to enhance their performance and stability. We appreciate your understanding and patience as we work to improve our service.
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+
No new features are being introduced in this maintenance update.
23+
24+
## Improvement
25+
- Allow customers to truncate performance_schema tables by invoking a predefined stored procedure.
26+
- Improve the startup time for servers with large amount of tablespaces.
27+
28+
## Known Issues Fix
29+
- Fixed the issue that MySQL engine may not receive the shutdown signal during scaling and maintenance, which may lead to long recovery time.
30+
- Fixed the issue that if server with originalPrimaryName is deleted due to HA failover->disable HA action, earlier ATP update operation failed.
31+
- Fixed the issue that unhealthy servers/Burstable servers without credits will now throw ServerNotSucceeded instead of Internal Server Error

0 commit comments

Comments
 (0)