diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-08-13 18:57:00 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-08-13 18:57:00 +0300 |
commit | 624dd71b9419555eca8baadc695e3376de72286f (patch) | |
tree | 31aaab8aeac43f921638407ab82190dd05a72793 /man | |
parent | d4d865fcc8083782b6e4419c69bec372cd0b4142 (diff) | |
parent | e9c1701e11e2441435223cc7c00c467f58aaff19 (diff) | |
download | mariadb-git-624dd71b9419555eca8baadc695e3376de72286f.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'man')
-rw-r--r-- | man/mysqladmin.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/man/mysqladmin.1 b/man/mysqladmin.1 index 89be7aaa040..4f39c059894 100644 --- a/man/mysqladmin.1 +++ b/man/mysqladmin.1 @@ -1367,6 +1367,22 @@ Verify server's "Common Name" in its cert against hostname used when connecting. .sp -1 .IP \(bu 2.3 .\} +.\" mysqladmin: TLS Version option +.\" TLS Version option: mysqladmin +\fB\-\-tls\-version=\fR\fB\fIname\fR\fR, +.sp +Accepts a comma-separated list of TLS protocol versions\&. A TLS protocol version will only be enabled if it +is present in this list\&. All other TLS protocol versions will not be permitted\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} .\" mysqladmin: user option .\" user option: mysqladmin \fB\-\-user=\fR\fB\fIuser_name\fR\fR, @@ -1441,6 +1457,22 @@ If the connection cannot be established, wait and retry instead of aborting\&. I \fIcount\fR value is given, it indicates the number of times to retry\&. The default is one time\&. .RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +.\" mysqladmin: --wait-for-all-slaves option +.\" --wait-for-all-slaves option: mysqladmin +\fB\-\-wait\-for\-all\-slaves\fR +.sp +Wait for the last binlog event to be sent to all connected slaves before shutting down\&. +This option is off by default\&. +.RE .PP You can also set the following variables by using \fB\-\-\fR\fB\fIvar_name\fR\fR\fB=\fR\fB\fIvalue\fR\fR |