Current Path : /home/usr.opt/mysql57/mysql-test/suite/innodb/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/innodb/r/redo_log_during_checkpoint.result |
set debug = "+d, increase_mtr_checkpoint_size"; set debug = "+d, crash_after_checkpoint"; set global innodb_log_checkpoint_now = 1; ERROR HY000: Lost connection to MySQL server during query # Skip MLOG_FILE_NAME redo records during recovery SET GLOBAL innodb_page_cleaner_disabled_debug = 1; SET GLOBAL innodb_dict_stats_disabled_debug = 1; SET GLOBAL innodb_master_thread_disabled_debug = 1; set global innodb_log_checkpoint_now = 1; # Commit the multi-rec mini transaction if mtr size # exceeds LOG_CHECKPOINT_FREE_PER_THREAD size during checkpoint. set debug = "+d, crash_after_checkpoint"; set global innodb_log_checkpoint_now = 1; ERROR HY000: Lost connection to MySQL server during query # Skip MLOG_FILE_NAME redo records during recovery drop procedure create_table; drop procedure drop_table; deallocate prepare stmt1;