diff options
author | unknown <aelkin/elkin@dsl-hkigw8-febefb00-148.dhcp.inet.fi> | 2006-10-23 15:09:04 +0300 |
---|---|---|
committer | unknown <aelkin/elkin@dsl-hkigw8-febefb00-148.dhcp.inet.fi> | 2006-10-23 15:09:04 +0300 |
commit | 5f858aadb21817cc3c3283c2036b1518a35bf619 (patch) | |
tree | 3f2ea9c257371a531475dcd18a983388b493bfa2 /mysql-test/extra | |
parent | 5438ab9cd50aebbd7cb299b8f6dfdc1d1ad3d989 (diff) | |
download | mariadb-git-5f858aadb21817cc3c3283c2036b1518a35bf619.tar.gz |
Bug #22762 create talbe if not exists like a-temp-table binlogged w/o "if not exists"
Bug #22027 CREATE TABLE IF NOT EXISTS SELECT logged improperly with row-based binlog
post-merge fix, also making results free from server's version number.
mysql-test/extra/binlog_tests/binlog.test:
eliminating format-description line in show binlog events.
mysql-test/r/binlog_row_binlog.result:
results changed
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/binlog_tests/binlog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/extra/binlog_tests/binlog.test b/mysql-test/extra/binlog_tests/binlog.test index 82c09301110..48d9b859c26 100644 --- a/mysql-test/extra/binlog_tests/binlog.test +++ b/mysql-test/extra/binlog_tests/binlog.test @@ -69,7 +69,7 @@ create table if not exists t3 like tt1; --replace_column 2 # 5 # --replace_regex /table_id: [0-9]+/table_id: #/ /\/\* xid=.* \*\//\/* xid= *\// -show binlog events; +show binlog events from 102; drop table t1,t2,t3,tt1; -- source extra/binlog_tests/binlog_insert_delayed.test |