mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Disable valgrind for test in main that takes > 200 seconds
One can run these with --valgrind --big
This commit is contained in:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user