diff options
author | sasha@mysql.sashanet.com <> | 2001-10-13 09:28:35 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-10-13 09:28:35 -0600 |
commit | a74811e72b102b0554d1cc081f02fde7e0ca3928 (patch) | |
tree | c4dd5da34820e3ec8484a4929bf1467d6492d92a /mysql-test/mysql-test-run.sh | |
parent | 2d3f96b483f3faef645c8506b8b065a2bbeddbf1 (diff) | |
download | mariadb-git-a74811e72b102b0554d1cc081f02fde7e0ca3928.tar.gz |
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
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index be676523d53..ec8bb64bc36 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -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 |