mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed mysqld--help.result if password-reuse-check is compiled in static
This commit is contained in:
@ -27,14 +27,15 @@ perl;
|
||||
large-files-support lower-case-file-system system-time-zone
|
||||
collation-server character-set-server log-tc-size table-cache
|
||||
table-open-cache table-open-cache-instances max-connections
|
||||
tls-version version.*/;
|
||||
tls-version version.* password-reuse-check
|
||||
password-reuse-check-interval/;
|
||||
|
||||
# Plugins which may or may not be there:
|
||||
@plugins=qw/innodb archive blackhole federated partition s3
|
||||
feedback debug temp-pool ssl des-key-file xtradb sequence
|
||||
thread-concurrency super-large-pages mutex-deadlock-detector
|
||||
connect null-audit aria oqgraph sphinx thread-handling
|
||||
test-sql-discovery query-cache-info
|
||||
test-sql-discovery query-cache-info password-reuse-check
|
||||
query-response-time metadata-lock-info locales unix-socket
|
||||
wsrep file-key-management cracklib-password-check user-variables
|
||||
thread-pool-groups thread-pool-queues thread-pool-stats thread-pool-waits/;
|
||||
|
Reference in New Issue
Block a user