mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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;
|
CREATE TABLE t1 (a SERIAL, b INT, c INT, d INT) ENGINE=InnoDB;
|
||||||
INSERT INTO t1 () VALUES ();
|
INSERT INTO t1 () VALUES ();
|
||||||
connect con1,localhost,root,,test;
|
connect con1,localhost,root,,test;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
--source include/have_debug_sync.inc
|
--source include/have_debug_sync.inc
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
|
FLUSH TABLES;
|
||||||
LET $datadir= `SELECT @@datadir`;
|
LET $datadir= `SELECT @@datadir`;
|
||||||
|
|
||||||
CREATE TABLE t1 (a SERIAL, b INT, c INT, d INT) ENGINE=InnoDB;
|
CREATE TABLE t1 (a SERIAL, b INT, c INT, d INT) ENGINE=InnoDB;
|
||||||
|
Reference in New Issue
Block a user