Skip to content

Commit e598ea3

Browse files
authored
Merge pull request #270186 from xboxeer/patch-24
Create april-2024.md
2 parents 95128f9 + b0aaa04 commit e598ea3

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

articles/mysql/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
href: flexible-server/release-notes/january-2024.md
3232
- name: February 2024
3333
href: flexible-server/release-notes/february-2024.md
34+
- name: April 2024
35+
href: flexible-server/release-notes/april-2024.md
3436
- name: Compute and storage
3537
href: flexible-server/concepts-service-tiers-storage.md
3638
- name: Quickstarts
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Release notes for Azure Database for MySQL Flexible Server - April 2024
3+
description: Learn about the release notes for Azure Database for MySQL Flexible Server April 2024.
4+
author: xboxeer
5+
ms.author: yuzheng1
6+
ms.date: 03/26/2024
7+
ms.service: mysql
8+
ms.subservice: flexible-server
9+
ms.topic: conceptual
10+
---
11+
12+
# Azure Database For MySQL Flexible Server April 2024 Maintenance
13+
14+
We're pleased to announce the April 2024 maintenance for Azure Database for MySQL Flexible Server. This maintenance incorporates several new features and improvement, along with known issue fix, minor version upgrade, and security patches.
15+
16+
## Engine version changes
17+
All existing engine version server upgrades to 8.0.36 engine version.
18+
19+
To check your engine version, run `SELECT VERSION();` command at the MySQL prompt
20+
21+
## Features
22+
- Support for Azure Defender for Azure DB for MySQL Flexible Server
23+
24+
## Improvement
25+
- Expose old_alter_table for 8.0.x.
26+
27+
## Known Issues Fix
28+
- Fixed the issue where `GTID RESET` operation's retry interval was excessively long.
29+
- Fixed the issue that data-in HA failover stuck because of system table corrupt
30+
- Fixed the issue that in point-in-time restore that database or table starts with special keywords may be ignored
31+
- Fixed the issue where, if there's replication failure, the system now ignores the replication latency metric instead of displaying a '0' latency value.
32+
- Fixed the issue where under certain circumstances MySQL RP does not correctly get notified of a "private dns zone move operation". The issue will cause the server to be showing incorrect ARM resource ID of the associated private dns zone resource.

0 commit comments

Comments
 (0)