mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
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
This commit is contained in:
parent
3eeebfeb2f
commit
2752103dba
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue