diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-24 17:40:25 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-24 17:40:25 -0600 |
commit | 61a9643de632bcf9974d2642c5c6bfc267244df7 (patch) | |
tree | 54cdaa91f1aff9cb0332c2dca4e874d535062415 /client | |
parent | 55dff63c865e5faa433a0b80fc482b240851ef16 (diff) | |
parent | dc394cb9b5f0fafd55c2398d929fc1229b452f76 (diff) | |
download | mariadb-git-61a9643de632bcf9974d2642c5c6bfc267244df7.tar.gz |
Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index f03439680eb..8714b3c382a 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -1766,6 +1766,7 @@ static void init_var_hash() die("Variable hash initialization failed"); var_from_env("MASTER_MYPORT", "9306"); var_from_env("SLAVE_MYPORT", "9307"); + var_from_env("MYSQL_TEST_DIR", ""); } int main(int argc, char** argv) |