Skip to content

Commit 6cbcea1

Browse files
committed
[MySQL] August Release notes
1 parent c7ff337 commit 6cbcea1

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

articles/mysql/concepts-version-policy.md

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

articles/mysql/flexible-server/release-notes/april-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To check your engine version, run `SELECT VERSION();` command at the MySQL promp
3535

3636
- Expose old_alter_table for 8.0.x.
3737

38-
## Known issues fix(es)
38+
## Known issues fixes
3939

4040
- Fixed the issue where `GTID RESET` operation's retry interval was excessively long.
4141
- Fixed the issue that data-in HA failover stuck because of system table corrupt

articles/mysql/flexible-server/release-notes/august-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ No new features are being introduced in this maintenance update.
3030

3131
- Many security improvements have been made to the service during this maintenance.
3232

33-
## Known issues fix(es)
33+
## Known issues fixes
3434

3535
- Fix the issue that for some servers migrated from single server to flexible server, execute table partition leads to table corrupted
3636
- Fix the issue that for some servers with audit/slow log enabled, when a large number of logs are generated, these servers might be missing server metrics, and start operation might be stuck for these servers if they are in a stopped state.

articles/mysql/flexible-server/release-notes/february-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There will be no new features in this maintenance update.
3232

3333
There will be no new improvement in this maintenance update.
3434

35-
## Known issues fix(es)
35+
## Known issues fixes
3636

3737
- Fix HA standby replication dead lock issue caused by slave_preserve_commit_order.
3838
- Fix promotion stuck issue when source server is unavailable or source region is down. Improve customer experience on replica promotion to better support disaster recovery.

articles/mysql/flexible-server/release-notes/january-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There will be no engine version changes in this maintenance update.
3232

3333
- In alignment with our users' expectations for the audit log, we have introduced wildcard support for audit log usernames and added connection status for connection logs.
3434

35-
## Known issues fix(es)
35+
## Known issues fixes
3636

3737
### Support Data-in Replication in Major Version Upgrade
3838

articles/mysql/flexible-server/release-notes/june-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ No new features are being introduced in this maintenance update.
2929
- Allow customers to truncate performance_schema tables by invoking a predefined stored procedure.
3030
- Improve the startup time for servers with large amount of tablespaces.
3131

32-
## Known issues fix(es)
32+
## Known issues fixes
3333

3434
- Fixed the issue that MySQL engine might not receive the shutdown signal during scaling and maintenance, which might lead to long recovery time.
3535
- Fixed the issue that if server with originalPrimaryName is deleted due to HA failover->disable HA action, earlier ATP update operation failed.

articles/mysql/flexible-server/release-notes/may-2024.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ To check your engine version, run `SELECT VERSION();` command at the MySQL promp
3030

3131
- 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.
3232
- Improved the data-in replication procedures to show the real error message and safe exit when exception happens.
33-
- Improved the read replica creation workflow to precheck the virtual network setting.
33+
- Read replica improvement for the creation workflow to precheck the virtual network setting.
3434

35-
## Known issues fix(es)
35+
## Known issues fixes
3636

3737
- Fixed the issue that the server parameter max_connections and table_open_cache can't be configured correctly
3838
- 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.

0 commit comments

Comments
 (0)