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