1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-17289: Skip the test for non-debug server

This commit is contained in:
Marko Mäkelä
2018-10-06 13:40:42 +03:00
parent acca321af3
commit 1ff22b2062
3 changed files with 13 additions and 1 deletions

View File

@@ -1851,7 +1851,6 @@ drop table t1;
#
# MDEV-15325 Incomplete validation of missing tablespace during recovery
#
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;
# Kill the server