1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-26 17:42:13 +03:00

Some fixes for Netware.

This commit is contained in:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-06-06 18:30:59 +03:00
parent fb5333120f
commit ea7f982ef0
2 changed files with 6 additions and 1 deletions

View File

@ -1162,6 +1162,8 @@ void setup(char *file)
setenv("MYSQL_TCP_PORT", "3306", 1);
snprintf(file_path, PATH_MAX*2, "%s/mysql_client_test --no-defaults --testcase--user=root --port=%u ", bin_dir, master_port);
setenv("MYSQL_CLIENT_TEST",file_path,1);
snprintf(file_path, PATH_MAX*2, "%s/mysql --no-defaults --user=root --port=%u ", bin_dir, master_port);
setenv("MYSQL",file_path,1);
}
/******************************************************************************