1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed failing testcase rename_table_debug

Test was missing a FLUSH TABLES
This commit is contained in:
Michael Widenius
2018-04-17 00:24:44 +03:00
parent 0f7022c6f3
commit 7d991feb75
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
--source include/have_debug_sync.inc
--source include/not_embedded.inc
FLUSH TABLES;
LET $datadir= `SELECT @@datadir`;
CREATE TABLE t1 (a SERIAL, b INT, c INT, d INT) ENGINE=InnoDB;