diff options
Diffstat (limited to 'mysql-test/suite/sphinx/my.cnf')
-rw-r--r-- | mysql-test/suite/sphinx/my.cnf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/suite/sphinx/my.cnf b/mysql-test/suite/sphinx/my.cnf index b4a4dc8e050..a3789a065bf 100644 --- a/mysql-test/suite/sphinx/my.cnf +++ b/mysql-test/suite/sphinx/my.cnf @@ -8,7 +8,7 @@ xmlpipe_command = cat @ENV.MTR_SUITE_DIR/testdata.xml source = src1 docinfo = extern charset_type = utf-8 -path = @OPT.vardir/searchd/test1 +path = @ENV.MYSQLTEST_VARDIR/searchd/test1 [indexer] mem_limit = 32M @@ -20,10 +20,10 @@ max_matches = 1000 seamless_rotate = 1 preopen_indexes = 0 unlink_old = 1 -log = @OPT.vardir/searchd/sphinx-searchd.log -query_log = @OPT.vardir/searchd/sphinx-query.log -#log-error = @OPT.vardir/searchd/sphinx.log -pid_file = @OPT.vardir/run/searchd.pid +log = @ENV.MYSQLTEST_VARDIR/searchd/sphinx-searchd.log +query_log = @ENV.MYSQLTEST_VARDIR/searchd/sphinx-query.log +#log-error = @ENV.MYSQLTEST_VARDIR/searchd/sphinx.log +pid_file = @ENV.MYSQLTEST_VARDIR/run/searchd.pid port = @ENV.SPHINXSEARCH_PORT [ENV] |