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

MDEV-17289: Add a test case

This commit is contained in:
Thirunarayanan Balathandayuthapani
2018-10-05 17:36:31 +03:00
committed by Marko Mäkelä
parent 1e06daea7c
commit 33fadbfefc
2 changed files with 2 additions and 0 deletions

View File

@ -1084,6 +1084,7 @@ drop table t1;
--echo #
--source include/no_checkpoint_start.inc
SET GLOBAL DEBUG_DBUG='+d,fil_names_write_bogus';
CREATE TABLE t1(f1 INT PRIMARY KEY)ENGINE=InnoDB;
CREATE TABLE t2(f1 INT PRIMARY KEY)ENGINE=InnoDB;