Disable valgrind for test in main that takes > 200 seconds

One can run these with --valgrind --big
This commit is contained in:
Monty 2022-10-04 11:26:50 +03:00
commit d1bc469dca
40 changed files with 51 additions and 6 deletions

View file

@ -4,7 +4,9 @@ set @innodb_stats_persistent_sample_pages_save=
set global innodb_stats_persistent= 1;
set global innodb_stats_persistent_sample_pages=100;
--source include/have_innodb.inc
--source include/no_valgrind_without_big.inc
SET SESSION STORAGE_ENGINE='InnoDB';