summaryrefslogtreecommitdiff
path: root/mysql-test/include/mtr_check.sql
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2013-04-05 16:20:58 +0200
committerunknown <knielsen@knielsen-hq.org>2013-04-05 16:20:58 +0200
commitb7363eb4acd958bfac73ecad67367c44a6fa830d (patch)
treee50f993d71ad3bf174b14923927c0a572d8cc4d2 /mysql-test/include/mtr_check.sql
parentc2cbc9cee6a3f8f745501ee2f5fcfd4586f53bbd (diff)
downloadmariadb-git-b7363eb4acd958bfac73ecad67367c44a6fa830d.tar.gz
MDEV-26: Global transaction ID.
Replace CHANGE MASTER TO ... master_gtid_pos='xxx' with a new system variable @@global.gtid_pos. This is more logical; @@gtid_pos is global, not per-master, and it is not affected by RESET SLAVE. Also rename master_gtid_pos=AUTO to master_use_gtid=1, which again is more logical.
Diffstat (limited to 'mysql-test/include/mtr_check.sql')
-rw-r--r--mysql-test/include/mtr_check.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/mtr_check.sql b/mysql-test/include/mtr_check.sql
index 6c1a3513324..c66a7fea938 100644
--- a/mysql-test/include/mtr_check.sql
+++ b/mysql-test/include/mtr_check.sql
@@ -31,6 +31,7 @@ BEGIN
AND variable_name not like "Last_IO_Err*"
AND variable_name != 'INNODB_IBUF_MAX_SIZE'
AND variable_name != 'INNODB_USE_NATIVE_AIO'
+ AND variable_name != 'GTID_POS'
ORDER BY variable_name;
-- Dump all databases, there should be none