Disable maria.max_length when using valgrind (too slow)

This commit is contained in:
Monty 2020-07-20 14:15:25 +03:00
parent 747479aba2
commit d55f8a249e

View File

@ -4,6 +4,8 @@
--source include/have_maria.inc
--source include/have_sequence.inc
--source include/big_test.inc
# This test is too slow for valgrind
--source include/not_valgrind.inc
drop table if exists t1,t2;