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:
@ -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
|
||||
|
Reference in New Issue
Block a user