mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
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:
parent
e00d77c60c
commit
4730c0a495
1 changed files with 1 additions 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue