summaryrefslogtreecommitdiff
path: root/mysql-test/r/binlog_stm_binlog.result
diff options
context:
space:
mode:
authorunknown <aelkin/elkin@dsl-hkigw8-febefb00-148.dhcp.inet.fi>2006-10-23 18:22:27 +0300
committerunknown <aelkin/elkin@dsl-hkigw8-febefb00-148.dhcp.inet.fi>2006-10-23 18:22:27 +0300
commita76c38148e9be9a2f915e2b461b0d7ad21ec0796 (patch)
treec0e448f952b9cce2a378e1d6185760c45767f7f9 /mysql-test/r/binlog_stm_binlog.result
parent5f858aadb21817cc3c3283c2036b1518a35bf619 (diff)
downloadmariadb-git-a76c38148e9be9a2f915e2b461b0d7ad21ec0796.tar.gz
Bug #22027 CREATE TABLE IF NOT EXISTS SELECT logged improperly with row-based binlog
results of binlog_stm_binlog in sync mysql-test/r/binlog_stm_binlog.result: results changed
Diffstat (limited to 'mysql-test/r/binlog_stm_binlog.result')
-rw-r--r--mysql-test/r/binlog_stm_binlog.result3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/r/binlog_stm_binlog.result b/mysql-test/r/binlog_stm_binlog.result
index f897ab872cd..a9b3f69ecee 100644
--- a/mysql-test/r/binlog_stm_binlog.result
+++ b/mysql-test/r/binlog_stm_binlog.result
@@ -159,9 +159,8 @@ create table t1 (a int);
create table if not exists t2 select * from t1;
create temporary table tt1 (a int);
create table if not exists t3 like tt1;
-show binlog events;
+show binlog events from 102;
Log_name Pos Event_type Server_id End_log_pos Info
-master-bin.000001 # Format_desc 1 # Server ver: 5.1.12-beta-debug-log, Binlog ver: 4
master-bin.000001 # Query 1 # use `test`; create table t1 (id tinyint auto_increment primary key)
master-bin.000001 # Intvar 1 # INSERT_ID=127
master-bin.000001 # Query 1 # use `test`; insert into t1 values(null)