Current Path : /home/usr.opt/mysql57/mysql-test/suite/binlog/r/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : /home/usr.opt/mysql57/mysql-test/suite/binlog/r/binlog_row_create_select_crash.result |
SET SESSION autocommit= 0; CREATE TABLE t1 AS SELECT 1 AS col1; DROP TABLE t1; RESET MASTER; SET SESSION DEBUG= '+d,mysql_lock_tables_kill_query'; CREATE TABLE t2 AS SELECT 1 AS col1; ERROR 70100: Query execution was interrupted SET SESSION DEBUG= '-d,mysql_lock_tables_kill_query'; # Verify that 'CREATE TABLE t2' event was not logged. include/show_binlog_events.inc Log_name Pos Event_type Server_id End_log_pos Info SET SESSION autocommit= 1;