diff --git a/guides/v2.1/install-gde/prereq/mysql.md b/guides/v2.1/install-gde/prereq/mysql.md index 12a84851e20..145b46265fb 100644 --- a/guides/v2.1/install-gde/prereq/mysql.md +++ b/guides/v2.1/install-gde/prereq/mysql.md @@ -30,6 +30,11 @@ Magento _strongly_ recommends you observe the following standard when you set up * Familiarize yourself with [these potential MySQL trigger limitations](http://dev.mysql.com/doc/mysql-reslimits-excerpt/5.1/en/stored-program-restrictions.html){:target="_blank"} before you continue. * If you use MySQL database replication, be aware that Magento does _not_ support MySQL statement-based replication. Make sure you use _only_ [row-based replication](http://dev.mysql.com/doc/refman/5.1/en/replication-formats.html){:target="_blank"}. +{:.bs-callout .bs-callout-warning} Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, +which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database +implementations utilizing GTID-based replication, such as +[Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). + {:.bs-callout .bs-callout-info} If your web server and database server are on different hosts, perform the tasks discussed in this topic on the database server host then see [Set up a remote MySQL database connection]({{ page.baseurl }}/install-gde/prereq/mysql_remote.html). diff --git a/guides/v2.2/install-gde/prereq/mysql.md b/guides/v2.2/install-gde/prereq/mysql.md index 9ff85c03dd6..1f0cba4d6e4 100644 --- a/guides/v2.2/install-gde/prereq/mysql.md +++ b/guides/v2.2/install-gde/prereq/mysql.md @@ -26,6 +26,11 @@ Magento _strongly_ recommends you observe the following standard when you set up * Familiarize yourself with [these potential MySQL trigger limitations](http://dev.mysql.com/doc/mysql-reslimits-excerpt/5.1/en/stored-program-restrictions.html){:target="_blank"} before you continue. * If you use MySQL database replication, be aware that Magento does _not_ support MySQL statement-based replication. Make sure you use _only_ [row-based replication](http://dev.mysql.com/doc/refman/5.1/en/replication-formats.html){:target="_blank"}. +{:.bs-callout .bs-callout-warning} Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, +which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database +implementations utilizing GTID-based replication, such as +[Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). + {:.bs-callout .bs-callout-info} If your web server and database server are on different hosts, perform the tasks discussed in this topic on the database server host then see [Set up a remote MySQL database connection]({{ page.baseurl }}/install-gde/prereq/mysql_remote.html). diff --git a/guides/v2.3/install-gde/prereq/mysql.md b/guides/v2.3/install-gde/prereq/mysql.md index 365b73c4f3e..b3b224c45c7 100644 --- a/guides/v2.3/install-gde/prereq/mysql.md +++ b/guides/v2.3/install-gde/prereq/mysql.md @@ -26,6 +26,11 @@ Magento _strongly_ recommends you observe the following standard when you set up * Familiarize yourself with [these potential MySQL trigger limitations](http://dev.mysql.com/doc/mysql-reslimits-excerpt/5.1/en/stored-program-restrictions.html){:target="_blank"} before you continue. * If you use MySQL database replication, be aware that Magento does _not_ support MySQL statement-based replication. Make sure you use _only_ [row-based replication](http://dev.mysql.com/doc/refman/5.1/en/replication-formats.html){:target="_blank"}. +{:.bs-callout .bs-callout-warning} Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, +which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database +implementations utilizing GTID-based replication, such as +[Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). + {:.bs-callout .bs-callout-info} If your web server and database server are on different hosts, perform the tasks discussed in this topic on the database server host then see [Set up a remote MySQL database connection]({{page.baseurl }}/install-gde/prereq/mysql_remote.html).