summaryrefslogtreecommitdiff
path: root/mysql-test/include/mysqld--help.inc
diff options
context:
space:
mode:
authorGuilhem Bichot <guilhem@mysql.com>2010-01-06 11:59:01 +0100
committerGuilhem Bichot <guilhem@mysql.com>2010-01-06 11:59:01 +0100
commitebb8574b7d4efc0c3f28bc71f9ce64e773a36370 (patch)
tree872186891831d81522c384a674e5ff853c398b56 /mysql-test/include/mysqld--help.inc
parent125cf0d4e8eeea135aa553f9bf810aac6bdcd52a (diff)
downloadmariadb-git-ebb8574b7d4efc0c3f28bc71f9ce64e773a36370.tar.gz
Fix for BUG#50081 "Tests: mysqld--help-notwin fails with --parallel":
eliminate 3 more "directory path" variables from the test's output (it was already the case for other similar ones likes slow-query-log-file).
Diffstat (limited to 'mysql-test/include/mysqld--help.inc')
-rw-r--r--mysql-test/include/mysqld--help.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/include/mysqld--help.inc b/mysql-test/include/mysqld--help.inc
index 82bf65bc362..3c8d19107c9 100644
--- a/mysql-test/include/mysqld--help.inc
+++ b/mysql-test/include/mysqld--help.inc
@@ -11,7 +11,8 @@ exec $MYSQLD_BOOTSTRAP_CMD --symbolic-links=0 --lower-case-table-names=1 --help
perl;
@skipvars=qw/basedir open-files-limit general-log-file log
- log-slow-queries pid-file slow-query-log-file/;
+ log-slow-queries pid-file slow-query-log-file
+ datadir slave-load-tmpdir tmpdir/;
@plugins=qw/innodb ndb ndbcluster safemalloc debug temp-pool ssl des-key-file
thread-concurrency super-large-pages mutex-deadlock-detector/;
@env=qw/MYSQLTEST_VARDIR MYSQL_TEST_DIR MYSQL_LIBDIR MYSQL_SHAREDIR/;