mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-17289: Skip the test for non-debug server
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
-- source include/have_innodb.inc
|
||||
# Embedded server tests do not support restarting.
|
||||
-- source include/not_embedded.inc
|
||||
-- source include/maybe_debug.inc
|
||||
|
||||
let $MYSQLD_DATADIR= `select @@datadir`;
|
||||
|
||||
@ -1084,7 +1085,9 @@ drop table t1;
|
||||
--echo #
|
||||
|
||||
--source include/no_checkpoint_start.inc
|
||||
if ($have_debug) {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user