diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-03-05 17:44:26 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-03-05 17:44:26 +0100 |
commit | 98141ea42b5c7e1f0426372be01c9ee6fbf9046f (patch) | |
tree | 45d36d0a81500816ffc9287676c187b03161fb66 /mysql-test/include/default_mysqld.cnf | |
parent | fba0ead63ec6ea78037c4dfb1c8ac68540152033 (diff) | |
download | mariadb-git-98141ea42b5c7e1f0426372be01c9ee6fbf9046f.tar.gz |
updates after writing https://kb.askmonty.org/en/mysql-test-auxiliary-files
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
Diffstat (limited to 'mysql-test/include/default_mysqld.cnf')
-rw-r--r-- | mysql-test/include/default_mysqld.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/default_mysqld.cnf b/mysql-test/include/default_mysqld.cnf index 74fcfc0e397..18d7e11ee43 100644 --- a/mysql-test/include/default_mysqld.cnf +++ b/mysql-test/include/default_mysqld.cnf @@ -23,7 +23,7 @@ character-set-server= latin1 # disconnects when test servers are put under load see BUG#28359 connect-timeout= 60 -secure-file-priv= @OPT.vardir +secure-file-priv= @ENV.MYSQLTEST_VARDIR log-basename=mysqld debug-no-sync |