1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

do not use manager with gdb *by default*

This commit is contained in:
serg@serg.mysql.com
2001-12-11 20:39:59 +01:00
parent a910dacaba
commit 997d900e97

View File

@@ -226,8 +226,6 @@ while test $# -gt 0; do
$ECHO "Note: you will get more meaningful output on a source distribution compiled with debugging option when running tests with --gdb option"
fi
DO_GDB=1
# We must use manager, as things doesn't work on Linux without it
USE_MANAGER=1
USE_RUNNING_SERVER=""
;;
--client-gdb )