mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-26: Global transaction ID
Adjust full test suite to work with GTID. Huge patch, mainly due to having to update .result file for all SHOW BINLOG EVENTS and mysqlbinlog outputs, where the new GTID events pop up. Everything was painstakingly checked to be still correct and valid .result file updates.
This commit is contained in:
@@ -61,7 +61,7 @@ connection slave;
|
||||
SELECT * FROM t1;
|
||||
let $binlog_file= query_get_value(SHOW SLAVE STATUS, Relay_Log_File, 1);
|
||||
let $binlog_start= 0;
|
||||
let $binlog_limit=5,5;
|
||||
let $binlog_limit=7,5;
|
||||
--source include/show_relaylog_events.inc
|
||||
|
||||
--echo # Test that slave which cannot tolerate holes in binlog stream but
|
||||
|
Reference in New Issue
Block a user