1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

@ -1,3 +1,4 @@
FLUSH TABLES;
CREATE TABLE t1 (a SERIAL, b INT, c INT, d INT) ENGINE=InnoDB;
INSERT INTO t1 () VALUES ();
connect con1,localhost,root,,test;