diff options
author | unknown <hezx@mail.hezx.com> | 2008-01-06 15:17:47 +0800 |
---|---|---|
committer | unknown <hezx@mail.hezx.com> | 2008-01-06 15:17:47 +0800 |
commit | 6acef447d1793ae7a207715fd467f8eba31543f3 (patch) | |
tree | 3d4d1c1030ed792257c82da50bf558f7a7f5121e /mysql-test/include/show_binlog_events2.inc | |
parent | 76159fdfcc6b6db71a44d1c9be6b3594fe76393c (diff) | |
download | mariadb-git-6acef447d1793ae7a207715fd467f8eba31543f3.tar.gz |
Add missing include test file for rpl_server_id test
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_events2.inc')
-rw-r--r-- | mysql-test/include/show_binlog_events2.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/show_binlog_events2.inc b/mysql-test/include/show_binlog_events2.inc new file mode 100644 index 00000000000..fa244c5a5a3 --- /dev/null +++ b/mysql-test/include/show_binlog_events2.inc @@ -0,0 +1,5 @@ +--let $binlog_start=98 +--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 |