diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-03-20 20:56:14 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-03-20 20:56:14 +0100 |
commit | 01fd55ccaecc52ab4f5946287d3f7a992d81a053 (patch) | |
tree | 7af0595a233a35e279d1627ffeaea1c378d3c502 /mysql-test/t/mysqld--help.test | |
parent | e73f13a707a2bc8e19c7c1424342eec7545797ae (diff) | |
download | mariadb-git-01fd55ccaecc52ab4f5946287d3f7a992d81a053.tar.gz |
MDEV-249 QUERY CACHE INFORMATION
Diffstat (limited to 'mysql-test/t/mysqld--help.test')
-rw-r--r-- | mysql-test/t/mysqld--help.test | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mysql-test/t/mysqld--help.test b/mysql-test/t/mysqld--help.test index 806e6f7f8d1..4b5572c2bbe 100644 --- a/mysql-test/t/mysqld--help.test +++ b/mysql-test/t/mysqld--help.test @@ -23,8 +23,11 @@ perl; datadir slave-load-tmpdir tmpdir socket/; # Plugins which may or may not be there: - @plugins=qw/innodb ndb archive blackhole federated partition ndbcluster feedback debug temp-pool ssl des-key-file - xtradb thread-concurrency super-large-pages mutex-deadlock-detector null-audit maria aria pbxt oqgraph sphinx thread-handling thread-pool/; + @plugins=qw/innodb ndb archive blackhole federated partition ndbcluster + feedback debug temp-pool ssl des-key-file + xtradb thread-concurrency super-large-pages + mutex-deadlock-detector null-audit maria aria pbxt oqgraph + sphinx thread-handling thread-pool query-cache-info/; # And substitute the content some environment variables with their # names: |