Commit d55f8a24 authored by Monty's avatar Monty

Disable maria.max_length when using valgrind (too slow)

parent 747479ab
......@@ -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;
......
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