mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Removed version information from test
This commit is contained in:
@ -4,7 +4,7 @@ insert into t1 values (1,2);
|
||||
commit;
|
||||
show binlog events;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
master-bin.000001 4 Format_desc 1 102 Server ver: 5.1.7-beta-debug-log, Binlog ver: 4
|
||||
master-bin.000001 4 Format_desc 1 102 Server ver: #, Binlog ver: #
|
||||
master-bin.000001 102 Query 1 209 use `test`; create table t1 (a int, b int) engine=innodb
|
||||
master-bin.000001 209 Query 1 277 use `test`; BEGIN
|
||||
master-bin.000001 277 Query 1 90 use `test`; insert into t1 values (1,2)
|
||||
|
Reference in New Issue
Block a user