mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
after-merge fixes
This commit is contained in:
@@ -9,13 +9,8 @@ start transaction;
|
||||
insert t1 values (1);
|
||||
insert t1 values (2);
|
||||
commit;
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
mysqld-bin.000001 # Gtid # # GTID #-#-#
|
||||
mysqld-bin.000001 # Query # # use `test`; create table t1 (a int) engine=innodb
|
||||
mysqld-bin.000001 # Gtid # # BEGIN GTID #-#-#
|
||||
mysqld-bin.000001 # Query # # use `test`; insert t1 values (1)
|
||||
mysqld-bin.000001 # Query # # use `test`; insert t1 values (2)
|
||||
mysqld-bin.000001 # Query # # COMMIT
|
||||
show status like 'Handler_prepare';
|
||||
Variable_name Value
|
||||
Handler_prepare 0
|
||||
drop table t1;
|
||||
uninstall plugin innodb;
|
||||
|
||||
Reference in New Issue
Block a user