Skip to content

Commit a3c51a0

Browse files
committed
WL#12527: innodb tests not prepared for strange page sizes
One test missed a rerecord. Change-Id: Ic83649d5f361fa62184bf796d273c012969d9565
1 parent 5b66ad8 commit a3c51a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Initialize new data directory...
2-
# restart: --datadir=DATADIR --log-error=ERROR_LOG --innodb-redo-log-capacity=8388608
2+
# restart: --datadir=DATADIR --log-error=ERROR_LOG --innodb-redo-log-capacity=8388608 --innodb_page_size=INNODB_PAGE_SIZE
33
# Prepare schema used in the tests.
44
# Disable checkpointing.
55
SET GLOBAL innodb_checkpoint_disabled = ON;
@@ -9,4 +9,4 @@ CALL log_spammer();
99
There are >= 3 non-temporary redo log files.
1010
# Kill the server
1111
Pattern "Missing redo log file .* \(with start_lsn = REDO_FILE_START_LSN\)" found
12-
# restart:
12+
# restart: --innodb_page_size=INNODB_PAGE_SIZE

0 commit comments

Comments
 (0)