From d55f8a249eb9f2687a74f95f04ffd125998358da Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 20 Jul 2020 14:15:25 +0300 Subject: [PATCH] Disable maria.max_length when using valgrind (too slow) --- mysql-test/suite/maria/max_length.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/suite/maria/max_length.test b/mysql-test/suite/maria/max_length.test index 4ebe48b4979..a5bfb0b8fd6 100644 --- a/mysql-test/suite/maria/max_length.test +++ b/mysql-test/suite/maria/max_length.test @@ -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;