Skip to content

Commit

Permalink
Fixed mysqld--help.result if password-reuse-check is compiled in static
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Oct 22, 2021
1 parent 6bfaa68 commit 9624bb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mysql-test/main/mysqld--help.test
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
Expand Down

0 comments on commit 9624bb0

Please sign in to comment.