1
0
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:
Marko Mäkelä
2017-01-25 15:11:46 +02:00
parent 0f34160d1d
commit 2de0e42af5
22 changed files with 1214 additions and 6 deletions

View 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;