mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -147,8 +147,8 @@ create temporary table temp_table (a char(80) not null);
|
||||
insert into temp_table values ("testing temporary tables part 2");
|
||||
|
||||
# the nummber of produced logs is sensitive to whether checksum is NONE or CRC32
|
||||
# the value of 91 makes it even
|
||||
let $1=91;
|
||||
# the value of 103 makes it even
|
||||
let $1=103;
|
||||
|
||||
create table t3 (n int);
|
||||
disable_query_log;
|
||||
|
Reference in New Issue
Block a user