diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-04-18 23:08:56 +0200 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-04-18 23:08:56 +0200 |
commit | 4cb86e6e2e0a3c658a6329bdf2913de1c34af10b (patch) | |
tree | e605fa01f0e3344e85b7b86fabffcdd94b408a01 /mysql-test/include/show_binlog_events.inc | |
parent | 852bac883ff9c0f274a0226c665647cfe6b4b85b (diff) | |
download | mariadb-git-4cb86e6e2e0a3c658a6329bdf2913de1c34af10b.tar.gz |
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''
Diffstat (limited to 'mysql-test/include/show_binlog_events.inc')
-rw-r--r-- | mysql-test/include/show_binlog_events.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/show_binlog_events.inc b/mysql-test/include/show_binlog_events.inc index 5dd272c562d..7377b4a0fed 100644 --- a/mysql-test/include/show_binlog_events.inc +++ b/mysql-test/include/show_binlog_events.inc @@ -1,5 +1,5 @@ --let $binlog_start=106 --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: #/ --eval show binlog events from $binlog_start |