summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-06-30 14:38:47 -0600
committerunknown <sasha@mysql.sashanet.com>2001-06-30 14:38:47 -0600
commit2752103dba17e2c96f72e121b36fe4fd8b3e2d61 (patch)
tree95fbd299dff4d5549eb7a63052ea28407056b843 /mysql-test
parent3eeebfeb2f7c638248f131fc800e0228f34ce993 (diff)
downloadmariadb-git-2752103dba17e2c96f72e121b36fe4fd8b3e2d61.tar.gz
forgot to fix one instance of VERSION in rpl_log result
mysql-test/r/rpl_log.result: missed version again - next time will use searh and replace
Diffstat (limited to 'mysql-test')
-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 42c9fc14887..35a91d03489 100644
--- a/mysql-test/r/rpl_log.result
+++ b/mysql-test/r/rpl_log.result
@@ -15,7 +15,7 @@ master-bin.001 172 Intvar 1 3 INSERT_ID=1
Log_name Pos Event_type Server_id Log_seq Info
master-bin.001 200 Query 1 4 use test; insert into t1 values (NULL)
Log_name Pos Event_type Server_id Log_seq Info
-master-bin.001 4 Start 1 1 Server ver: 4.0.0-debug-log, Binlog ver: 2
+master-bin.001 4 Start 1 1 Server ver: $VERSION, Binlog ver: 2
master-bin.001 79 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
master-bin.001 172 Intvar 1 3 INSERT_ID=1
master-bin.001 200 Query 1 4 use test; insert into t1 values (NULL)