mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Import and adjust the InnoDB redo log tests from MySQL 5.7.
This commit is contained in:
8
mysql-test/suite/innodb/r/log_file_name_debug.result
Normal file
8
mysql-test/suite/innodb/r/log_file_name_debug.result
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# 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;
|
Reference in New Issue
Block a user