diff options
Diffstat (limited to 'mysql-test/main/mysqld--help.result')
-rw-r--r-- | mysql-test/main/mysqld--help.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/mysqld--help.result b/mysql-test/main/mysqld--help.result index 9c9b62662db..6c209e1b0d6 100644 --- a/mysql-test/main/mysqld--help.result +++ b/mysql-test/main/mysqld--help.result @@ -1082,6 +1082,10 @@ The following specify which files/extra groups are read (specified before remain not sure, leave this option unset --report-user=name The account user name of the slave to be reported to the master during slave registration + --require-secure-transport + When this option is enabled, connections attempted using + insecure transport will be rejected. Secure transports + are SSL/TLS, Unix sockets or named pipes. --rowid-merge-buff-size=# The size of the buffers used [NOT] IN evaluation via partial matching @@ -1734,6 +1738,7 @@ report-host (No default value) report-password (No default value) report-port 0 report-user (No default value) +require-secure-transport FALSE rowid-merge-buff-size 8388608 rpl-semi-sync-master-enabled FALSE rpl-semi-sync-master-timeout 10000 |