Skip to content

Commit 32fd81f

Browse files
BUG#29375764: SIMPLE ALTER CAUSE UNNECESSARY INNODB INDEX
REBUILDS, 5.7.23 OR LATER 5.7 RLSES Post-push fix: Resolved main.alter_table-big.test failure Change-Id: I0b2e0a78c339dad5600994ceeba7867b2503a7e4
1 parent 8d4fea7 commit 32fd81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/t/alter_table-big.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ let $MYSQLD_LOG = $MYSQL_TMP_DIR/data_50722/my_err.log;
204204
--source include/shutdown_mysqld.inc
205205

206206
--echo # Restart the server with the 5.7.22 data directory.
207-
--exec echo "restart: --datadir=$DATADIR_50722 --log-error=$MYSQLD_LOG" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
207+
--exec echo "restart: --datadir=$DATADIR_50722 --log-error=$MYSQLD_LOG --innodb_undo_tablespaces=0" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
208208
--enable_reconnect
209209
--source include/wait_until_connected_again.inc
210210

0 commit comments

Comments
 (0)