Commit f54bc7de authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-29710: Disable some slow tests on Valgrind

parent de078e06
-- 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment