Disable valgrind for rpl_start_alter_restart_master

This is needed as the test does restarts, which doesn't work that well
with valgrind.
This commit is contained in:
Monty 2022-10-18 19:57:23 +03:00
parent e00d77c60c
commit 4730c0a495

View file

@ -7,6 +7,7 @@
--source include/have_innodb.inc
--source include/master-slave.inc
--source include/have_debug.inc
--source include/no_valgrind_without_big.inc
--connection slave
SET @old_debug_slave= @@global.debug;