Fixed failures in innodb tests caused by not flushed restart
- Fixed innodb.recovery_shutdown.test - Fixed innodb.instant_alter_rollback
This commit is contained in:
parent
9cc7789e90
commit
d9e90292eb
@ -1,3 +1,4 @@
|
||||
FLUSH TABLES;
|
||||
#
|
||||
# MDEV-11369: Instant ADD COLUMN for InnoDB
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
FLUSH TABLES;
|
||||
#
|
||||
# MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup
|
||||
# while rolling back recovered incomplete transactions
|
||||
|
@ -2,6 +2,9 @@
|
||||
# The embedded server tests do not support restarting.
|
||||
--source include/not_embedded.inc
|
||||
|
||||
# Flush any open myisam tables from previous tests
|
||||
FLUSH TABLES;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-11369: Instant ADD COLUMN for InnoDB
|
||||
--echo #
|
||||
|
@ -1,6 +1,9 @@
|
||||
--source include/have_innodb.inc
|
||||
--source include/not_embedded.inc
|
||||
|
||||
# Flush any open myisam tables from previous tests
|
||||
FLUSH TABLES;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup
|
||||
--echo # while rolling back recovered incomplete transactions
|
||||
|
Loading…
x
Reference in New Issue
Block a user