mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
98141ea42b
mysql-test/README.suites: removed. it was turned into a manual, eventually mysql-test/include/default_mysqld.cnf: use normal environment variables instead of magic @OPT.vardir mysql-test/lib/My/ConfigFactory.pm: use normal environment variables instead of magic @OPT.vardir mysql-test/mysql-test-run.pl: initialize environment variables before parsing the first my.cnf template - it may refer to them mysql-test/suite/sphinx/my.cnf: use normal environment variables instead of magic @OPT.vardir
30 lines
658 B
INI
30 lines
658 B
INI
!include include/default_my.cnf
|
|
|
|
[source src1]
|
|
type = xmlpipe2
|
|
xmlpipe_command = cat @ENV.MTR_SUITE_DIR/testdata.xml
|
|
|
|
[index test1]
|
|
source = src1
|
|
docinfo = extern
|
|
charset_type = utf-8
|
|
path = @ENV.MYSQLTEST_VARDIR/searchd/test1
|
|
|
|
[indexer]
|
|
mem_limit = 32M
|
|
|
|
[searchd]
|
|
read_timeout = 5
|
|
max_children = 30
|
|
max_matches = 1000
|
|
seamless_rotate = 1
|
|
preopen_indexes = 0
|
|
unlink_old = 1
|
|
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]
|
|
SPHINXSEARCH_PORT = @OPT.port
|