diff options
author | unknown <lars@mysql.com> | 2006-03-09 16:30:59 +0100 |
---|---|---|
committer | unknown <lars@mysql.com> | 2006-03-09 16:30:59 +0100 |
commit | 5d85c84310052bef6e8cdf2e930f1de24c9e35e8 (patch) | |
tree | e35ed6f62b4ad214529afa699e362680c722f62b /mysql-test/include | |
parent | 4c4aea2dd660df64874c955e210a11fa2a9bfe96 (diff) | |
download | mariadb-git-5d85c84310052bef6e8cdf2e930f1de24c9e35e8.tar.gz |
Test fixes
mysql-test/include/show_binlog_events.inc:
Mask table id from binlog output
mysql-test/t/ndb_binlog_ddl_multi.test:
Use show_binlog_events.inc file
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/show_binlog_events.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/show_binlog_events.inc b/mysql-test/include/show_binlog_events.inc index fbdcdf66494..ae848d10687 100644 --- a/mysql-test/include/show_binlog_events.inc +++ b/mysql-test/include/show_binlog_events.inc @@ -1,4 +1,5 @@ --let $binlog_start=102 --replace_result $binlog_start <binlog_start> --replace_column 2 # 4 # 5 # +--replace_regex /table_id: [0-9]+/table_id: #/ --eval show binlog events from $binlog_start |