We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b66ad8 commit a3c51a0Copy full SHA for a3c51a0
mysql-test/suite/innodb/r/log_file_missing.result
@@ -1,5 +1,5 @@
1
# Initialize new data directory...
2
-# restart: --datadir=DATADIR --log-error=ERROR_LOG --innodb-redo-log-capacity=8388608
+# restart: --datadir=DATADIR --log-error=ERROR_LOG --innodb-redo-log-capacity=8388608 --innodb_page_size=INNODB_PAGE_SIZE
3
# Prepare schema used in the tests.
4
# Disable checkpointing.
5
SET GLOBAL innodb_checkpoint_disabled = ON;
@@ -9,4 +9,4 @@ CALL log_spammer();
9
There are >= 3 non-temporary redo log files.
10
# Kill the server
11
Pattern "Missing redo log file .* \(with start_lsn = REDO_FILE_START_LSN\)" found
12
-# restart:
+# restart: --innodb_page_size=INNODB_PAGE_SIZE
0 commit comments