MDEV-12120 tokudb_bugs.xa-N tests fail with timeout on valgrind

The tests are disabled for valgrind in 5.6/10.x (LP:1549196),
so they should be disabled in 5.5 as well
This commit is contained in:
Elena Stepanova 2017-02-23 19:46:10 +02:00
commit bdb672fe96
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
-- source include/have_tokudb.inc
-- source include/have_debug.inc
-- source include/not_embedded.inc
-- source include/not_valgrind.inc
--disable_warnings
drop table if exists t1, t2;

View file

@ -2,6 +2,7 @@
-- source include/have_tokudb.inc
-- source include/have_debug.inc
-- source include/not_embedded.inc
-- source include/not_valgrind.inc
--disable_warnings
drop table if exists t1, t2;

View file

@ -1,5 +1,6 @@
--source include/have_tokudb.inc
--source include/have_debug.inc
-- source include/not_valgrind.inc
--disable_warnings
drop table if exists t1;