Skip to content
Permalink
Browse files
Fixed failures in innodb tests caused by not flushed restart
- Fixed innodb.recovery_shutdown.test
- Fixed innodb.instant_alter_rollback
  • Loading branch information
montywi committed Dec 22, 2017
1 parent 9cc7789 commit d9e9029
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
@@ -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

0 comments on commit d9e9029

Please sign in to comment.