1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.

Couple of small fixes following buildbot testing.
This commit is contained in:
unknown
2014-02-08 01:16:45 +01:00
parent 7bb022f3cf
commit 3c97d24f74
5 changed files with 17 additions and 12 deletions

View File

@ -40,7 +40,8 @@ if (!$_slave_timeout)
if ($_result == -1)
{
--let $_current_gtid_pos= `SELECT @@GLOBAL.gtid_slave_pos`
--die Timeout in master_gtid_wait('$master_pos', $_slave_timeout), current slave GTID position is: $_current_gtid_pos.
--echo Timeout in master_gtid_wait('$master_pos', $_slave_timeout), current slave GTID position is: $_current_gtid_pos.
--die Failed to sync with master
}
--let $include_filename= sync_with_master_gtid.inc