mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-29710: Disable some slow tests on Valgrind
This commit is contained in:
parent
de078e060e
commit
f54bc7deb7
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
-- source include/have_innodb.inc
|
||||
-- source include/no_valgrind_without_big.inc
|
||||
|
||||
create table bug53290 (x bigint) engine=innodb;
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#-----------------------------------------------------------------------------
|
||||
|
||||
--source include/have_innodb.inc
|
||||
--source include/no_valgrind_without_big.inc
|
||||
--source include/default_charset.inc
|
||||
let collation=UTF8_UNICODE_CI;
|
||||
--source include/have_collation.inc
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
--source include/have_debug.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/no_valgrind_without_big.inc
|
||||
|
||||
SET @saved_dbug = @@SESSION.debug_dbug;
|
||||
# crash requires ICP support in InnoDB
|
||||
|
|
Loading…
Reference in a new issue