diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-09-26 10:22:44 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-01 23:38:27 +0200 |
commit | 93b50e64a04efd54ab1ef64f593da0d4a7de6fb6 (patch) | |
tree | 52b26973af7ae48222a103628b84a8688aaaa246 /mysql-test/t/mysqld--help.test | |
parent | 4bb49d84a9df8c3f29683bfe8503a575bc0ab84b (diff) | |
download | mariadb-git-93b50e64a04efd54ab1ef64f593da0d4a7de6fb6.tar.gz |
cleanup: remove galera/wsrep magic from mtr
Diffstat (limited to 'mysql-test/t/mysqld--help.test')
-rw-r--r-- | mysql-test/t/mysqld--help.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/t/mysqld--help.test b/mysql-test/t/mysqld--help.test index a8cafed9efb..f6a832a34fd 100644 --- a/mysql-test/t/mysqld--help.test +++ b/mysql-test/t/mysqld--help.test @@ -4,7 +4,6 @@ --source include/not_embedded.inc --source include/have_perfschema.inc --source include/platform.inc ---source include/not_wsrep.inc # # force lower-case-table-names=1 (linux/macosx have different defaults) @@ -23,7 +22,7 @@ perl; log-slow-queries pid-file slow-query-log-file log-basename datadir slave-load-tmpdir tmpdir socket thread-pool-size large-files-support lower-case-file-system system-time-zone - wsrep-node-name version.*/; + version.*/; # Plugins which may or may not be there: @plugins=qw/innodb ndb archive blackhole federated partition ndbcluster @@ -31,7 +30,7 @@ perl; thread-concurrency super-large-pages mutex-deadlock-detector connect null-audit aria oqgraph sphinx thread-handling test-sql-discovery rpl-semi-sync query-cache-info - query-response-time metadata-lock-info locales/; + query-response-time metadata-lock-info locales wsrep/; # And substitute the content some environment variables with their # names: |