Skip to content

Commit fde163f

Browse files
author
Sudheesh Narayanaswamy
committed
Adding GTID Not supported to Single Server for Storage V1
1 parent 00f2362 commit fde163f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

articles/mysql/concepts-data-in-replication.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ To learn more about this parameter, review the [MySQL documentation](https://dev
3939

4040
Data-in Replication is only supported in General Purpose and Memory Optimized pricing tiers.
4141

42+
>[!Note]
43+
>GTID is supported on versions 5.7 and 8.0 and only on servers that support storage up to 16 TB (General purpose storage v2).
44+
4245
### Requirements
4346

4447
- The source server version must be at least MySQL version 5.6.

articles/mysql/concepts-read-replicas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ After your application is successfully processing reads and writes, you've compl
157157

158158
## Global transaction identifier (GTID)
159159

160-
Global transaction identifier (GTID) is a unique identifier created with each committed transaction on a source server and is OFF by default in Azure Database for MySQL. GTID is supported on versions 5.7 and 8.0 and only on servers that support storage up to 16 TB. To learn more about GTID and how it's used in replication, refer to MySQL's [replication with GTID](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids.html) documentation.
160+
Global transaction identifier (GTID) is a unique identifier created with each committed transaction on a source server and is OFF by default in Azure Database for MySQL. GTID is supported on versions 5.7 and 8.0 and only on servers that support storage up to 16 TB (General purpose storage v2). To learn more about GTID and how it's used in replication, refer to MySQL's [replication with GTID](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids.html) documentation.
161161

162162
MySQL supports two types of transactions: GTID transactions (identified with GTID) and anonymous transactions (don't have a GTID allocated)
163163

articles/mysql/howto-data-in-replication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Review the [limitations and requirements](concepts-data-in-replication.md#limita
2828

2929
> [!IMPORTANT]
3030
> The Azure Database for MySQL server must be created in the General Purpose or Memory Optimized pricing tiers as data-in replication is only supported in these tiers.
31+
> GTID is supported on versions 5.7 and 8.0 and only on servers that support storage up to 16 TB (General purpose storage v2).
3132
3233
2. Create the same user accounts and corresponding privileges.
3334

0 commit comments

Comments
 (0)