Browse Source
revert back to old show_binlog_events asto many test failures, and create a show_binlog_events2 instead
revert back to old show_binlog_events asto many test failures, and create a show_binlog_events2 instead
BitKeeper/etc/ignore: Added client/log_event_old.cc client/log_event_old.h client/rpl_record_old.cc client/rpl_record_old.h libmysqld/log_event_old.cc libmysqld/rpl_record.cc libmysqld/rpl_record_old.cc to the ignore list mysql-test/include/show_binlog_events2.inc: New BitKeeper file ``mysql-test/include/show_binlog_events2.inc''pull/374/head
9 changed files with 50 additions and 34 deletions
-
7.bzrignore
-
2mysql-test/include/show_binlog_events.inc
-
9mysql-test/include/show_binlog_events2.inc
-
24mysql-test/r/rpl_ndb_dd_basic.result
-
20mysql-test/t/ndb_binlog_ddl_multi.test
-
4mysql-test/t/ndb_binlog_discover.test
-
8mysql-test/t/ndb_binlog_log_bin.test
-
8mysql-test/t/ndb_binlog_multi.test
-
2mysql-test/t/rpl_ndb_dd_basic.test
@ -1,5 +1,5 @@ |
|||||
--let $binlog_start=106 |
--let $binlog_start=106 |
||||
--replace_result $binlog_start <binlog_start> |
--replace_result $binlog_start <binlog_start> |
||||
--replace_column 2 # 5 # |
|
||||
|
--replace_column 2 # 4 # 5 # |
||||
--replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/ |
--replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/ |
||||
--eval show binlog events from $binlog_start |
--eval show binlog events from $binlog_start |
||||
@ -0,0 +1,9 @@ |
|||||
|
# |
||||
|
# Differs slightly from show_binlog events in showing server_id |
||||
|
# which is important for some tests |
||||
|
# |
||||
|
--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 |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue