mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Portability fix
BUILD/compile-alpha-cxx: Don't do depend files with Compaq compiler configure.in: Don't do depend files with Compaq compiler extra/mysql_waitpid.c: Portability fixes mysql-test/mysql-test-run.sh: Better timeout for valgrind
This commit is contained in:
parent
cf2ef3c68f
commit
afbd3fc503
4 changed files with 29 additions and 7 deletions
|
|
@ -328,7 +328,7 @@ while test $# -gt 0; do
|
|||
VALGRIND="valgrind --alignment=8 --leak-check=yes"
|
||||
EXTRA_MASTER_MYSQLD_OPT="$EXTRA_MASTER_MYSQLD_OPT --skip-safemalloc"
|
||||
EXTRA_SLAVE_MYSQLD_OPT="$EXTRA_SLAVE_MYSQLD_OPT --skip-safemalloc"
|
||||
#SLEEP_TIME_AFTER_RESTART=120
|
||||
SLEEP_TIME_AFTER_RESTART=10
|
||||
SLEEP_TIME_FOR_DELETE=120
|
||||
;;
|
||||
--valgrind-options=*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue