diff options
author | jamppa@suse9-x86.mysql.com <> | 2005-11-18 18:25:46 +0100 |
---|---|---|
committer | jamppa@suse9-x86.mysql.com <> | 2005-11-18 18:25:46 +0100 |
commit | a50cc250ffff75eb1a52f9dfeb90a391e1a04cf9 (patch) | |
tree | d78b10612493fc99569ad542f47edb15a37dd491 /netware | |
parent | a035c96c0fe600206113c7fb5cb2957a16cc39eb (diff) | |
download | mariadb-git-a50cc250ffff75eb1a52f9dfeb90a391e1a04cf9.tar.gz |
Netware specific changes for 5.0.16a
Diffstat (limited to 'netware')
-rw-r--r-- | netware/mysql_test_run.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netware/mysql_test_run.c b/netware/mysql_test_run.c index 92ed89b4770..98b7ab7fd8c 100644 --- a/netware/mysql_test_run.c +++ b/netware/mysql_test_run.c @@ -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); + } /****************************************************************************** |