From 98141ea42b5c7e1f0426372be01c9ee6fbf9046f Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 5 Mar 2012 17:44:26 +0100 Subject: 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 --- mysql-test/include/default_mysqld.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/include') 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 -- cgit v1.2.1