mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: remove galera/wsrep magic from mtr
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user