mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
8 lines
234 B
Text
8 lines
234 B
Text
#
|
|
# Bug#19685095 DO NOT CARE ABOUT UNRESOLVED MLOG_FILE_NAME
|
|
# IF THERE ARE NO OPERATIONS TO APPLY
|
|
#
|
|
SET GLOBAL DEBUG_DBUG='+d,fil_names_write_bogus';
|
|
CREATE TABLE t1(a INT PRIMARY KEY) ENGINE=InnoDB;
|
|
# Kill the server
|
|
DROP TABLE t1;
|