diff options
Diffstat (limited to 'mysql-test/include/show_binlog_events2.inc')
-rw-r--r-- | mysql-test/include/show_binlog_events2.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/include/show_binlog_events2.inc b/mysql-test/include/show_binlog_events2.inc index 1fd9ce96d53..4d837da2a26 100644 --- a/mysql-test/include/show_binlog_events2.inc +++ b/mysql-test/include/show_binlog_events2.inc @@ -1,5 +1,5 @@ ---let $binlog_start=246 +--let $binlog_start=248 --replace_result $binlog_start <binlog_start> --replace_column 2 # 5 # ---replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/ +--replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/ /GTID [0-9]+-[0-9]+-[0-9]+/GTID #-#-#/ --eval show binlog events from $binlog_start |