summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-06-30 14:32:51 -0600
committerunknown <sasha@mysql.sashanet.com>2001-06-30 14:32:51 -0600
commit3eeebfeb2f7c638248f131fc800e0228f34ce993 (patch)
tree3f69a4a4de61395f890fdeba6b32c492187dae24 /mysql-test
parentbd286b23f938fcdb39c146e0780e70a26ef3a8ef (diff)
downloadmariadb-git-3eeebfeb2f7c638248f131fc800e0228f34ce993.tar.gz
mysql-test/r/rpl_log.result
fixed left over hard coded version instances in the result mysql-test/r/rpl_log.result: fixed left over hard coded version instances in the result
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/rpl_log.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/rpl_log.result b/mysql-test/r/rpl_log.result
index 1f609b7e0a2..42c9fc14887 100644
--- a/mysql-test/r/rpl_log.result
+++ b/mysql-test/r/rpl_log.result
@@ -37,7 +37,7 @@ Log_name
slave-bin.001
slave-bin.002
Log_name Pos Event_type Server_id Log_seq Info
-slave-bin.001 4 Start 2 1 Server ver: 4.0.0-debug-log, Binlog ver: 2
+slave-bin.001 4 Start 2 1 Server ver: $VERSION, Binlog ver: 2
slave-bin.001 79 Slave 2 2 host=127.0.0.1,port=$MASTER_MYPORT,log=master-bin.001,pos=4
slave-bin.001 132 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
slave-bin.001 225 Intvar 1 3 INSERT_ID=1
@@ -48,7 +48,7 @@ slave-bin.001 439 Query 1 8 use test; drop table t1
slave-bin.001 487 Rotate 2 3 slave-bin.002;pos=4; forced by master
slave-bin.001 527 Stop 2 4
Log_name Pos Event_type Server_id Log_seq Info
-slave-bin.002 4 Start 2 1 Server ver: 4.0.0-debug-log, Binlog ver: 2
+slave-bin.002 4 Start 2 1 Server ver: $VERSION, Binlog ver: 2
slave-bin.002 79 Slave 2 2 host=127.0.0.1,port=$MASTER_MYPORT,log=master-bin.002,pos=4
slave-bin.002 132 Query 1 2 use test; create table t1 (n int)
slave-bin.002 190 Query 1 3 use test; insert into t1 values (1)