summaryrefslogtreecommitdiff
path: root/mysql-test/extra/binlog_tests/blackhole.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/extra/binlog_tests/blackhole.test')
-rw-r--r--mysql-test/extra/binlog_tests/blackhole.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/extra/binlog_tests/blackhole.test b/mysql-test/extra/binlog_tests/blackhole.test
index 7e03dc9ed57..3d1614b4035 100644
--- a/mysql-test/extra/binlog_tests/blackhole.test
+++ b/mysql-test/extra/binlog_tests/blackhole.test
@@ -122,6 +122,7 @@ select * from t3;
let $VERSION=`select version()`;
--replace_result $VERSION VERSION
--replace_column 2 # 5 #
+--replace_regex /table_id: [0-9]+/table_id: #/
show binlog events;
drop table t1,t2,t3;
@@ -143,4 +144,5 @@ rollback;
set autocommit=1;
--replace_result $VERSION VERSION
--replace_column 2 # 5 #
+--replace_regex /table_id: [0-9]+/table_id: #/
show binlog events;