mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Netware specific changes for 5.0.16a
This commit is contained in:
@ -1173,6 +1173,9 @@ void setup(char *file)
|
||||
setenv("MYSQL",file_path,1);
|
||||
snprintf(file_path, PATH_MAX*2, "%s/mysqlshow --no-defaults --user=root --port=%u", bin_dir, master_port);
|
||||
setenv("MYSQL_SHOW",file_path,1);
|
||||
snprintf(file_path, PATH_MAX*2, "%s/mysqlcheck --no-defaults -uroot --port=%u", bin_dir, master_port);
|
||||
setenv("MYSQL_CHECK",file_path,1);
|
||||
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
Reference in New Issue
Block a user