# Crash recovery Table Create Table const_table CREATE TABLE `const_table` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 insert into const_table values (1, 1), (2, 2); flush tables; # QUERY: CREATE OR REPLACE TABLE t1 (new int) # CRASH POINT: ddl_log_create_before_install_new t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_log_drop_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_log_rename_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_create_frm t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_create_table t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_create_table t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_drop # No crash! t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 (new int) Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_after_send_data # No crash! t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 (new int) Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_after_save_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_install_new t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_binlog t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_prepare_eof # No crash! t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 (new int) Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_after_binlog t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 (new int) Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_fk_fail t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_fk_fail2 t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_fk_fail3 t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_log_complete t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 (new int) Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_log_complete2 t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 (new int) Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_log_complete3 t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 (new int) Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # QUERY: CREATE OR REPLACE TABLE t1 LIKE const_table # CRASH POINT: ddl_log_create_before_install_new t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_log_drop_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_log_rename_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_create_frm t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_create_table t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_create_table t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_drop # No crash! t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 LIKE const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_after_send_data # No crash! t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 LIKE const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_after_save_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_install_new t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_binlog t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_prepare_eof # No crash! t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 LIKE const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_after_binlog t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 LIKE const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_fk_fail t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_fk_fail2 t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_fk_fail3 t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_log_complete t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 LIKE const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_log_complete2 t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 LIKE const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_log_complete3 t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 LIKE const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # QUERY: CREATE OR REPLACE TABLE t1 SELECT * from const_table # CRASH POINT: ddl_log_create_before_install_new t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_log_drop_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_log_rename_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_create_frm t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_create_table t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_create_table t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_drop # No crash! t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 SELECT * from const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 new b 1 1 2 2 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_after_send_data t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_save_backup t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_install_new t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_before_binlog t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_prepare_eof t1.TRG t1.frm t1.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_after_binlog t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 SELECT * from const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 new b 1 1 2 2 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_fk_fail t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old y Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_fk_fail2 t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old y Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_fk_fail3 t1.TRG t1.frm t1.ibd t2.frm t2.ibd Table Create Table t1 CREATE TABLE `t1` ( `old` int(11) NOT NULL, `y` int(11) DEFAULT NULL, PRIMARY KEY (`old`) ) ENGINE=ENGINE DEFAULT CHARSET=latin1 old y Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation a INSERT t1 set @s= 1 BEFORE # CRASH POINT: ddl_log_create_log_complete t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 SELECT * from const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 new b 1 1 2 2 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_log_complete2 t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 SELECT * from const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 new b 1 1 2 2 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation # CRASH POINT: ddl_log_create_log_complete3 t1.frm t1.ibd master-bin.000001 # Query # # use `test`; CREATE OR REPLACE TABLE t1 SELECT * from const_table Table Create Table t1 CREATE TABLE `t1` ( `new` int(11) DEFAULT NULL, `b` int(11) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 new b 1 1 2 2 Trigger Event Table Statement Timing Created sql_mode Definer character_set_client collation_connection Database Collation Warnings: Note 1051 Unknown table 'test.t1'