Skip to content
Permalink
Browse files
Disable valgrind for rpl_start_alter_restart_master
This is needed as the test does restarts, which doesn't work that well
with valgrind.
  • Loading branch information
montywi committed Oct 18, 2022
1 parent e00d77c commit 4730c0a
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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;

0 comments on commit 4730c0a

Please sign in to comment.