File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ERROR 42000: Unknown storage engine 'InnoDB'
25
25
FOUND 1 /syntax error in innodb_log_group_home_dir/ in mysqld.1.err
26
26
SELECT * FROM t1;
27
27
ERROR 42000: Unknown storage engine 'InnoDB'
28
- FOUND 1 /InnoDB: Starting crash recovery from checkpoint LSN=/ in mysqld.1.err
28
+ FOUND 1 /InnoDB: Starting crash recovery from checkpoint LSN=.* / in mysqld.1.err
29
29
SELECT * FROM t1;
30
30
ERROR 42000: Unknown storage engine 'InnoDB'
31
31
SELECT * FROM t1;
Original file line number Diff line number Diff line change 29
29
INSERT INTO t1 VALUES (42);
30
30
31
31
let $restart_parameters = --innodb-log-file-size=6M;
32
+ let $shutdown_timeout=0;
32
33
--source include/restart_mysqld.inc
33
34
34
35
SELECT * FROM t1;
@@ -39,6 +40,7 @@ DELETE FROM t1;
39
40
40
41
let $restart_parameters = --innodb-log-files-in-group=3 --innodb-log-file-size=5M;
41
42
--source include/restart_mysqld.inc
43
+ let $shutdown_timeout=;
42
44
43
45
SELECT * FROM t1;
44
46
@@ -72,7 +74,7 @@ let SEARCH_PATTERN= syntax error in innodb_log_group_home_dir;
72
74
--source include/restart_mysqld.inc
73
75
--error ER_UNKNOWN_STORAGE_ENGINE
74
76
SELECT * FROM t1;
75
- let SEARCH_PATTERN= InnoDB: Starting crash recovery from checkpoint LSN=;
77
+ let SEARCH_PATTERN= InnoDB: Starting crash recovery from checkpoint LSN=.* ;
76
78
--source include/search_pattern_in_file.inc
77
79
78
80
--let $restart_parameters= --debug=d,innodb_log_abort_3
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ ROLLBACK;
47
47
--disconnect flush_redo_log
48
48
--connection default
49
49
50
+ let $shutdown_timeout=0;
50
51
--source include/restart_mysqld.inc
51
52
52
53
# This insert will re-initialize the Doc ID counter, it should not crash
You can’t perform that action at this time.
0 commit comments