mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Test changes to fix failures in pushbuild.
mysql-test/include/show_binlog_events.inc: Replacing file_id=N with file_id=# to avoid result mismatches mysql-test/suite/binlog/r/binlog_killed_simulate.result: Result change mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result: Result change mysql-test/suite/binlog/r/binlog_stm_blackhole.result: Result change mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result: Result change mysql-test/suite/binlog/t/binlog_stm_mix_innodb_myisam.test: Binlog positions differ between mixed and statement based replication. mysql-test/suite/rpl/r/rpl_stm_log.result: Result change
This commit is contained in:
@ -196,8 +196,8 @@ master-bin.000001 # Intvar # # INSERT_ID=1
|
||||
master-bin.000001 # Query # # use `test`; insert into t1 values (NULL)
|
||||
master-bin.000001 # Query # # use `test`; drop table t1
|
||||
master-bin.000001 # Query # # use `test`; create table t1 (word char(20) not null)ENGINE=MyISAM
|
||||
master-bin.000001 # Begin_load_query # # ;file_id=1;block_len=581
|
||||
master-bin.000001 # Execute_load_query # # use `test`; load data infile '../std_data_ln/words.dat' into table t1 ignore 1 lines ;file_id=1
|
||||
master-bin.000001 # Begin_load_query # # ;file_id=#;block_len=581
|
||||
master-bin.000001 # Execute_load_query # # use `test`; load data infile '../std_data_ln/words.dat' into table t1 ignore 1 lines ;file_id=#
|
||||
master-bin.000001 # Rotate # # master-bin.000002;pos=4
|
||||
show binlog events in 'master-bin.000002';
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
|
Reference in New Issue
Block a user