diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-26 22:05:41 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-26 22:05:41 +0100 |
commit | 1f07f5c18ea502445ad04159b7ba6806bc356677 (patch) | |
tree | 0ec8844bc8dda2a96e98ecf7498fcb4f7c8aa147 /mysql-test/include/mysqld--help.inc | |
parent | 0bdfa9d5eb7298e3a812ccc4b79a1b29faaf750b (diff) | |
download | mariadb-git-1f07f5c18ea502445ad04159b7ba6806bc356677.tar.gz |
Fixed typos and failed mysqld--help test.
Diffstat (limited to 'mysql-test/include/mysqld--help.inc')
-rw-r--r-- | mysql-test/include/mysqld--help.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mysqld--help.inc b/mysql-test/include/mysqld--help.inc index e40e2a62a74..e318823d8af 100644 --- a/mysql-test/include/mysqld--help.inc +++ b/mysql-test/include/mysqld--help.inc @@ -14,7 +14,7 @@ perl; log-slow-queries pid-file slow-query-log-file datadir slave-load-tmpdir tmpdir/; @plugins=qw/innodb ndb archive blackhole federated partition ndbcluster safemalloc debug temp-pool ssl des-key-file - thread-concurrency super-large-pages mutex-deadlock-detector/; + thread-concurrency super-large-pages mutex-deadlock-detector null-audit/; @env=qw/MYSQLTEST_VARDIR MYSQL_TEST_DIR MYSQL_LIBDIR MYSQL_CHARSETSDIR MYSQL_SHAREDIR /; $re1=join('|', @skipvars, @plugins); $re2=join('|', @plugins); |