mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
5d85c84310
mysql-test/include/show_binlog_events.inc: Mask table id from binlog output mysql-test/t/ndb_binlog_ddl_multi.test: Use show_binlog_events.inc file
5 lines
191 B
PHP
5 lines
191 B
PHP
--let $binlog_start=102
|
|
--replace_result $binlog_start <binlog_start>
|
|
--replace_column 2 # 4 # 5 #
|
|
--replace_regex /table_id: [0-9]+/table_id: #/
|
|
--eval show binlog events from $binlog_start
|