diff options
author | sasha@mysql.sashanet.com <> | 2001-04-24 17:39:26 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-04-24 17:39:26 -0600 |
commit | be8f18e02085ec1f1fe610a187fa28fe946d267c (patch) | |
tree | 6a52fed2fc785303fcfb8cd3ae1d28e1c0bf6ecf /client | |
parent | 1e3df575b93b40145ff854e30af3f443d74537b6 (diff) | |
download | mariadb-git-be8f18e02085ec1f1fe610a187fa28fe946d267c.tar.gz |
fixed redundant repetition of use db in mysqlbinlog
added support for virtual master ( replicating from a directory with binlogs)
test case for backup/restore with virtual master
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) |