summaryrefslogtreecommitdiff
path: root/mysql-test/extra/binlog_tests/binlog.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/extra/binlog_tests/binlog.test')
-rw-r--r--mysql-test/extra/binlog_tests/binlog.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/extra/binlog_tests/binlog.test b/mysql-test/extra/binlog_tests/binlog.test
index 8eb1dcb7dc3..46d012f123b 100644
--- a/mysql-test/extra/binlog_tests/binlog.test
+++ b/mysql-test/extra/binlog_tests/binlog.test
@@ -21,6 +21,7 @@ insert t2 values (5);
commit;
# first COMMIT must be Query_log_event, second - Xid_log_event
--replace_column 2 # 5 #
+--replace_regex /table_id: [0-9]+/table_id: #/
show binlog events from 102;
drop table t1,t2;
@@ -42,6 +43,8 @@ while ($1)
commit;
drop table t1;
--replace_column 2 # 5 #
+--replace_regex /table_id: [0-9]+/table_id: #/
show binlog events in 'master-bin.000001' from 102;
--replace_column 2 # 5 #
+--replace_regex /table_id: [0-9]+/table_id: #/
show binlog events in 'master-bin.000002' from 102;