mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Post-merge fix.
This commit is contained in:
parent
1604bea5b7
commit
b88ef16656
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ f
|
|||
7
|
||||
show binlog events;
|
||||
Log_name Pos Event_type Server_id Orig_log_pos Info
|
||||
master-bin.000001 4 Start 1 4 Server ver: 4.1.0-alpha-debug-log, Binlog ver: 3
|
||||
master-bin.000001 4 Start 1 4 Server ver: 5.0.0-alpha-debug-log, Binlog ver: 3
|
||||
master-bin.000001 79 Query 1 79 use `test`; create table t1(f int)
|
||||
master-bin.000001 136 Query 1 136 use `test`; create table t2(f int)
|
||||
master-bin.000001 193 Query 1 193 use `test`; insert into t1 values (1),(2),(3),(4),(5),(6),(7),(8),(9),(10)
|
||||
|
|
Loading…
Reference in a new issue