diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2018-10-05 16:45:27 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2018-10-05 16:45:27 +0530 |
commit | 6f2389b22ddacc07ff2e4c0274610d6203c595be (patch) | |
tree | 29366331a56d4a2c7da0cffb18a36e8572f62d39 /mysql-test/suite | |
parent | 2af67150cf6247be6f0f2609a629ad05237d27cd (diff) | |
download | mariadb-git-6f2389b22ddacc07ff2e4c0274610d6203c595be.tar.gz |
- Added flush table at the beginning of crash_recovery test case.
Diffstat (limited to 'mysql-test/suite')
-rw-r--r-- | mysql-test/suite/innodb_fts/r/crash_recovery.result | 1 | ||||
-rw-r--r-- | mysql-test/suite/innodb_fts/t/crash_recovery.test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb_fts/r/crash_recovery.result b/mysql-test/suite/innodb_fts/r/crash_recovery.result index 7bf86631d1e..7d596684344 100644 --- a/mysql-test/suite/innodb_fts/r/crash_recovery.result +++ b/mysql-test/suite/innodb_fts/r/crash_recovery.result @@ -1,3 +1,4 @@ +FLUSH TABLES; CREATE TABLE articles ( id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, title VARCHAR(200), diff --git a/mysql-test/suite/innodb_fts/t/crash_recovery.test b/mysql-test/suite/innodb_fts/t/crash_recovery.test index 63843ef8511..f39d6680dfb 100644 --- a/mysql-test/suite/innodb_fts/t/crash_recovery.test +++ b/mysql-test/suite/innodb_fts/t/crash_recovery.test @@ -7,6 +7,7 @@ # The embedded server tests do not support restarting. --source include/not_embedded.inc +FLUSH TABLES; # 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( # PLAN->INDEX) <= PLAN->N_EXAC |