mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
681bf14ea7
mysql-test/suite/rpl/t/rpl_loaddata_map-master.opt: Rename: mysql-test/t/rpl_loaddata_map-master.opt -> mysql-test/suite/rpl/t/rpl_loaddata_map-master.opt mysql-test/suite/rpl/t/rpl_loaddata_map-slave.opt: Rename: mysql-test/t/rpl_loaddata_map-slave.opt -> mysql-test/suite/rpl/t/rpl_loaddata_map-slave.opt mysql-test/include/show_binlog_events2.inc: Binlog position change. mysql-test/suite/rpl/r/rpl_loaddata_map.result: Result change. mysql-test/suite/rpl/r/rpl_user.result: Result change. mysql-test/suite/rpl/t/rpl_loaddata_map.test: Test is only sensible to execute for statement and mixed mode. mysql-test/suite/rpl/t/rpl_user.test: Test assumed that binary log is identical for row- and statement- based logging, which it was not. Deleting users individually on master and slave respectively, without involving binary log.
5 lines
218 B
PHP
5 lines
218 B
PHP
--let $binlog_start=106
|
|
--replace_result $binlog_start <binlog_start>
|
|
--replace_column 2 # 5 #
|
|
--replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/
|
|
--eval show binlog events from $binlog_start
|