diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-04-18 16:02:20 +0200 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-04-18 16:02:20 +0200 |
commit | ca56499957e00f0310e5324f7d997fe59dfb807d (patch) | |
tree | eb599c5d7c5074a04540cc14f3b35a88c1fd822a /mysql-test/include/show_binlog_events.inc | |
parent | b895ed4cdf2a61a5581f7491be59d18dac35a566 (diff) | |
download | mariadb-git-ca56499957e00f0310e5324f7d997fe59dfb807d.tar.gz |
Bug #27076 Cluster does not honor SQL_LOG_BIN flag
- both for data schema operations
- also make sure schema events vet the right server id when injected into the binlog
- use same mechanism to signal server_id in bug#17095, and reserve some "id's" for flagging special conditions on the event, in this case do not log it
- enable printing of server ids in the testcases to show that we cot it right
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 7377b4a0fed..5dd272c562d 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 # 4 # 5 # +--replace_column 2 # 5 # --replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/ --eval show binlog events from $binlog_start |