diff options
author | pcrews@pcrews-mac-local.local <> | 2008-05-01 12:15:38 -0400 |
---|---|---|
committer | pcrews@pcrews-mac-local.local <> | 2008-05-01 12:15:38 -0400 |
commit | 7fee7908a3ec062f53cfe9acfc8504a6c9442dc4 (patch) | |
tree | 84723738e4be3896bfd0ba2fc72024f011864978 | |
parent | e22ef24263800a585a758e07f04464d37429e2b6 (diff) | |
parent | 853b9f4d0cdc116ffd88d3c5ab29d786bd877eaf (diff) | |
download | mariadb-git-7fee7908a3ec062f53cfe9acfc8504a6c9442dc4.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-bugteam
into pcrews-mac-local.local:/Users/pcrews/usr/local/bin/data0/build_work/mysql-5.0-trigs
-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 1d85e777e48..a75debd2ca5 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -5464,6 +5464,7 @@ void init_win_path_patterns() const char* paths[] = { "$MYSQL_TEST_DIR", "$MYSQL_TMP_DIR", "$MYSQLTEST_VARDIR", + "$MASTER_MYSOCK", "./test/" }; int num_paths= sizeof(paths)/sizeof(char*); int i; |