mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysqltest.c: don't hardcode variables to be taken from environment.
use MYSQL_TCP_PORT instead of 3306 in tests client/mysqltest.c: don't hardcode variables to be taken from environment. mysql-test/mysql-test-run.sh: MYSQL_TCP_PORT instead of 3306 mysql-test/t/rpl000015.test: MYSQL_TCP_PORT instead of 3306
This commit is contained in:
@ -16,6 +16,7 @@ USE_MANAGER=0
|
||||
MY_TZ=GMT-3
|
||||
TZ=$MY_TZ; export TZ # for UNIX_TIMESTAMP tests to work
|
||||
LOCAL_SOCKET=@MYSQL_UNIX_ADDR@
|
||||
MYSQL_TCP_PORT=@MYSQL_TCP_PORT@; export MYSQL_TCP_PORT
|
||||
|
||||
# For query_cache test
|
||||
case `uname` in
|
||||
|
Reference in New Issue
Block a user