summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_log.result
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-11-21 22:25:53 +0200
committermonty@mashka.mysql.fi <>2002-11-21 22:25:53 +0200
commit806294c573604707054c70ea5c22c61d949bf2c0 (patch)
tree54ccfe80d1405cb4325209020ea3c34d86a60770 /mysql-test/r/rpl_log.result
parentdac6498f9b5b28d94473baf46c6e6f174943728d (diff)
downloadmariadb-git-806294c573604707054c70ea5c22c61d949bf2c0.tar.gz
Fixes after merge with 4.0
Diffstat (limited to 'mysql-test/r/rpl_log.result')
-rw-r--r--mysql-test/r/rpl_log.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl_log.result b/mysql-test/r/rpl_log.result
index a5850cbd181..ed54eb75f4b 100644
--- a/mysql-test/r/rpl_log.result
+++ b/mysql-test/r/rpl_log.result
@@ -72,7 +72,7 @@ show binlog events in 'slave-bin.000001' from 4;
Log_name Pos Event_type Server_id Orig_log_pos Info
slave-bin.000001 4 Start 2 4 Server ver: VERSION, Binlog ver: 3
slave-bin.000001 79 Query 1 79 use `test`; create table t1(n int not null auto_increment primary key)
-slave-bin.000001 172 Intvar 1 200 INSERT_ID=1
+slave-bin.000001 172 Intvar 1 172 INSERT_ID=1
slave-bin.000001 200 Query 1 200 use `test`; insert into t1 values (NULL)
slave-bin.000001 263 Query 1 263 use `test`; drop table t1
slave-bin.000001 311 Query 1 311 use `test`; create table t1 (word char(20) not null)