mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
64-bit portability fixes in network I/O
use $MAX_TABLES mysqltest variable to make join test portable make test now works with the manager on IA64 Linux
This commit is contained in:
@@ -674,8 +674,8 @@ start_master()
|
||||
elif [ x$DO_GDB = x1 ]
|
||||
then
|
||||
$ECHO "set args $master_args" > $GDB_MASTER_INIT
|
||||
manager_launch master $XTERM -display :0 -title "Master" -e gdb -x \
|
||||
$GDB_MASTER_INIT $MYSQLD
|
||||
manager_launch master $XTERM -display $DISPLAY \
|
||||
-title "Master" -e gdb -x $GDB_MASTER_INIT $MYSQLD
|
||||
else
|
||||
manager_launch master $MYSQLD $master_args
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user