diff options
author | iangilfillan <github@greenman.co.za> | 2015-12-14 23:16:27 +0200 |
---|---|---|
committer | iangilfillan <github@greenman.co.za> | 2015-12-14 23:16:27 +0200 |
commit | 6ddd775314c21e70555953ebcf2db0e2fdfcdadf (patch) | |
tree | 6dc26adba523dcbe907d27adee738a62a49f7e30 /man/mysqldump.1 | |
parent | f3e5329846a99339d8b69e27b2470956bcf1ed29 (diff) | |
download | mariadb-git-6ddd775314c21e70555953ebcf2db0e2fdfcdadf.tar.gz |
10.1 man pages
Diffstat (limited to 'man/mysqldump.1')
-rw-r--r-- | man/mysqldump.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/man/mysqldump.1 b/man/mysqldump.1 index da2e4fa02c5..78b49fdb070 100644 --- a/man/mysqldump.1 +++ b/man/mysqldump.1 @@ -1,6 +1,6 @@ '\" t .\" -.TH "\FBMYSQLDUMP\FR" "1" "04/08/2015" "MariaDB 10\&.0" "MariaDB Database System" +.TH "\FBMYSQLDUMP\FR" "1" "14/12/2015" "MariaDB 10\&.1" "MariaDB Database System" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -1103,6 +1103,22 @@ Log warnings and errors by appending them to the named file\&. The default is to .sp -1 .IP \(bu 2.3 .\} +.\" mysqldump: log-queries option +.\" log-queries option: mysqldump +\fB\-\-log\-queries\fR\fR +.sp +When restoring the dump, the server will, if logging is turned on, log the queries to the general and slow query log\&. +Defaults to on; use \fB--skip-log-queries\fR to disable\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} .\" mysqldump: master-data option .\" master-data option: mysqldump \fB\-\-master\-data[=\fR\fB\fIvalue\fR\fR\fB]\fR |