From 56e86b9b036050f1b767e7cba7ab032a66e631da Mon Sep 17 00:00:00 2001 From: Silvia Botros Date: Sun, 2 Sep 2018 15:05:36 -0700 Subject: [PATCH 1/2] Specify Aurora release in the gotchas and add a line about GTID lack of support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0592246..05d384f 100644 --- a/README.md +++ b/README.md @@ -1235,7 +1235,9 @@ RDS Aurora ### RDS Aurora Gotchas and Limitations -- 🔸[Aurora is based on MySQL 5.6.10](https://news.ycombinator.com/item?id=12415693) with some cherry-picking of later MySQL features. It is missing most 5.7 features as well as some online DDL features introduced in 5.6.17. +- 🔸[Aurora 1.x is based on MySQL 5.6.x](https://news.ycombinator.com/item?id=12415693) with some cherry-picking of later MySQL features. It is missing most 5.7 features as well as some online DDL features introduced in 5.6.17. +- Aurora does not support GTID transactions even in the 5.6/Aurora 1.x release line. +- Aurora maximum cluster size is 64 TB RDS SQL Server -------------- From 7832a2832d6aa123fe116e09e41f13ef19eb9df2 Mon Sep 17 00:00:00 2001 From: Silvia Botros Date: Tue, 4 Sep 2018 09:19:52 -0700 Subject: [PATCH 2/2] fixing tab added by Atom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d384f..ab9a84c 100644 --- a/README.md +++ b/README.md @@ -1235,7 +1235,7 @@ RDS Aurora ### RDS Aurora Gotchas and Limitations -- 🔸[Aurora 1.x is based on MySQL 5.6.x](https://news.ycombinator.com/item?id=12415693) with some cherry-picking of later MySQL features. It is missing most 5.7 features as well as some online DDL features introduced in 5.6.17. +- 🔸[Aurora 1.x is based on MySQL 5.6.x](https://news.ycombinator.com/item?id=12415693) with some cherry-picking of later MySQL features. It is missing most 5.7 features as well as some online DDL features introduced in 5.6.17. - Aurora does not support GTID transactions even in the 5.6/Aurora 1.x release line. - Aurora maximum cluster size is 64 TB