mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Some fixes for Netware.
include/my_sys.h: Metrowerks compiler has _alloca() nowadays. Netware does not have mmap() netware/mysql_test_run.c: A fix for netware mysql_test_run client.
This commit is contained in:
parent
9d5e2e915a
commit
e515cd1b89
2 changed files with 6 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue