Commit d9e90292 authored by Monty's avatar Monty

Fixed failures in innodb tests caused by not flushed restart

- Fixed innodb.recovery_shutdown.test
- Fixed innodb.instant_alter_rollback
parent 9cc7789e
FLUSH TABLES;
# #
# MDEV-11369: Instant ADD COLUMN for InnoDB # MDEV-11369: Instant ADD COLUMN for InnoDB
# #
......
FLUSH TABLES;
# #
# MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup # MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup
# while rolling back recovered incomplete transactions # while rolling back recovered incomplete transactions
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# The embedded server tests do not support restarting. # The embedded server tests do not support restarting.
--source include/not_embedded.inc --source include/not_embedded.inc
# Flush any open myisam tables from previous tests
FLUSH TABLES;
--echo # --echo #
--echo # MDEV-11369: Instant ADD COLUMN for InnoDB --echo # MDEV-11369: Instant ADD COLUMN for InnoDB
--echo # --echo #
......
--source include/have_innodb.inc --source include/have_innodb.inc
--source include/not_embedded.inc --source include/not_embedded.inc
# Flush any open myisam tables from previous tests
FLUSH TABLES;
--echo # --echo #
--echo # MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup --echo # MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup
--echo # while rolling back recovered incomplete transactions --echo # while rolling back recovered incomplete transactions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment