Skip to content

Commit 54980b0

Browse files
Merge pull request #269164 from code-sidd/newchange
mvu support al
2 parents 3d09237 + 7e3669f commit 54980b0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

articles/mysql/flexible-server/concepts-accelerated-logs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Database servers with mission-critical workloads demand robust performance, requ
4141
- Primary servers with [Read Replica](./concepts-read-replicas.md) servers created.
4242
- Servers enabled with [Customer Managed Keys](./concepts-customer-managed-key.md) (CMK).
4343

44-
- Performing a [major version upgrade](./how-to-upgrade.md) on your Azure Database for MySQL flexible server instance with the accelerated logs feature enabled is **not supported**. Suppose you wish to proceed with a major version upgrade. In that case, you should temporarily [disable](#disable-accelerated-logs-feature-preview) the accelerated logs feature, carry out the upgrade, and re-enable the accelerated logs feature once the upgrade is complete.
45-
4644
- Accelerated logs feature in preview is currently available only in specific regions. [Learn more about supported regions](#the-accelerated-logs-feature-is-available-in-the-following-regions).
4745

4846
- After the accelerated logs feature is activated, any previously configured value for the ["binlog_expire_seconds"](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_seconds) server parameter will be disregarded and not considered.

articles/mysql/flexible-server/concepts-monitoring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ These metrics are available for Azure Database for MySQL flexible server:
8585
|Replica SQL Status|replica_sql_running|State|Replica SQL Status indicates the state of [replication SQL thread](https://dev.mysql.com/doc/refman/8.0/en/replication-implementation-details.html). Metric value is 1 if the SQL thread is running and 0 if not.|
8686
|HA IO Status|ha_io_running|State|HA IO Status indicates the state of [HA replication](./concepts-high-availability.md). Metric value is 1 if the I/O thread is running and 0 if not.|
8787
|HA SQL Status|ha_sql_running|State|HA SQL Status indicates the state of [HA replication](./concepts-high-availability.md). Metric value is 1 if the SQL thread is running and 0 if not.|
88+
|HA Replication Lag|ha_replication_lag|Seconds|HA Replication lag is the number of seconds the HA Standby server is behind in replaying the transactions received from the source server. This metric is calculated from "Seconds_behind_Master" from the command "SHOW SLAVE STATUS" and is available for HA standby servers only.|
8889

8990

9091
> [!NOTE]

articles/mysql/flexible-server/whats-new.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ This article summarizes new releases and features in Azure Database for MySQL fl
2424
> [!NOTE]
2525
> This article references the term slave, which Microsoft no longer uses. When the term is removed from the software, we'll remove it from this article.
2626
27+
28+
## March 2024
29+
30+
- **Accelerated Logs now supports major version upgrade.**
31+
32+
Accelerated Logs has now introduced support for [major version upgrade](./how-to-upgrade.md) allowing an upgrade from MySQL version 5.7 to MySQL version 8.0 with accelerated logs feature enabled.[Learn more.](./concepts-accelerated-logs.md)
33+
34+
2735
## February 2024
2836

2937

0 commit comments

Comments
 (0)