mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Use replace_regex to mask the output of file_id= in "show binlog events" that depends on previous tests
What is this? replace_regex in 4.1! :) mysql-test/r/rpl_charset.result: Use replace_regex to mask the output of file_id= in "show binlog events" that depends on previous tests mysql-test/t/rpl_charset.test: Use replace_regex to mask the output of file_id= in "show binlog events" that depends on previous tests
This commit is contained in:
@ -106,6 +106,8 @@ select * from mysqltest2.t1 order by a;
|
||||
connection master;
|
||||
drop database mysqltest2;
|
||||
drop database mysqltest3;
|
||||
# file_id: xx can vary depending on previous tests
|
||||
--replace_regex /file_id=[0-9]/file_id=x/
|
||||
show binlog events from 79;
|
||||
sync_slave_with_master;
|
||||
|
||||
|
Reference in New Issue
Block a user