mysql5/mysql-5.7.27/mysql-test/suite/innodb/r/log_file_name_debug.result

11 lines
345 B
Plaintext

#
# Bug#19685095 DO NOT CARE ABOUT UNRESOLVED MLOG_FILE_NAME
# IF THERE ARE NO OPERATIONS TO APPLY
#
SET GLOBAL DEBUG='+d,fil_names_write_bogus';
CREATE TABLE t1(a INT PRIMARY KEY) ENGINE=InnoDB;
# Kill the server
# restart
DROP TABLE t1;
Pattern "InnoDB: Tablespace 4294967280 was not found at .*, but there were no modifications either" found