- Added flush table at the beginning of crash_recovery test case.

This commit is contained in:
Thirunarayanan Balathandayuthapani 2018-10-05 16:45:27 +05:30
parent 2af67150cf
commit 6f2389b22d
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
FLUSH TABLES;
CREATE TABLE articles ( CREATE TABLE articles (
id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY,
title VARCHAR(200), title VARCHAR(200),

View File

@ -7,6 +7,7 @@
# 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 TABLES;
# Following are test for crash recovery on FTS index, the first scenario # Following are test for crash recovery on FTS index, the first scenario
# is for bug Bug #14586855 INNODB: FAILING ASSERTION: (DICT_INDEX_GET_N_UNIQUE( # is for bug Bug #14586855 INNODB: FAILING ASSERTION: (DICT_INDEX_GET_N_UNIQUE(
# PLAN->INDEX) <= PLAN->N_EXAC # PLAN->INDEX) <= PLAN->N_EXAC