mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Simple fixes (nothing notable)
This commit is contained in:
parent
7fdf7a4101
commit
8edc752573
5 changed files with 9 additions and 14 deletions
|
|
@ -326,7 +326,7 @@ while test $# -gt 0; do
|
|||
USE_RUNNING_SERVER=""
|
||||
;;
|
||||
--valgrind)
|
||||
VALGRIND="valgrind --alignment=8 --leak-check=yes"
|
||||
VALGRIND="valgrind --alignment=8 --leak-check=yes --num-callers=16"
|
||||
EXTRA_MASTER_MYSQLD_OPT="$EXTRA_MASTER_MYSQLD_OPT --skip-safemalloc"
|
||||
EXTRA_SLAVE_MYSQLD_OPT="$EXTRA_SLAVE_MYSQLD_OPT --skip-safemalloc"
|
||||
SLEEP_TIME_AFTER_RESTART=10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue