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:
@ -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;
|
||||
|
Reference in New Issue
Block a user