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:
Monty 2017-12-22 14:56:39 +02:00
parent 9cc7789e90
commit d9e90292eb
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
FLUSH TABLES;
#
# MDEV-11369: Instant ADD COLUMN for InnoDB
#

View File

@ -1,3 +1,4 @@
FLUSH TABLES;
#
# MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup
# while rolling back recovered incomplete transactions

View File

@ -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 #

View File

@ -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