mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
make mysql-test-run --gdb to work (as it does not wait for keypress anymore)
manual updated
This commit is contained in:
@@ -673,7 +673,9 @@ start_master()
|
||||
"gdb -x $GDB_MASTER_INIT" $MYSQLD
|
||||
elif [ x$DO_GDB = x1 ]
|
||||
then
|
||||
$ECHO "set args $master_args" > $GDB_MASTER_INIT
|
||||
$ECHO "set args $master_args" > $GDB_MASTER_INIT
|
||||
$ECHO "b mysql_parse" >> $GDB_MASTER_INIT
|
||||
$ECHO "r" >> $GDB_MASTER_INIT
|
||||
manager_launch master $XTERM -display $DISPLAY \
|
||||
-title "Master" -e gdb -x $GDB_MASTER_INIT $MYSQLD
|
||||
else
|
||||
|
Reference in New Issue
Block a user