File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -753,6 +753,29 @@ suppresses date printing\&
753
753
.sp -1
754
754
.IP \(bu 2.3
755
755
.\}
756
+ .\" mysqldump: dump-slave option
757
+ .\" dump-slave option: mysqldump
758
+ \fB \-\- dump \- slave[= \fR\fB\fI value \fR\fR\fB ] \fR
759
+ .sp
760
+ Used for producing a dump file from a replication slave server that can be used to set up another slave server
761
+ with the same master\& . Causes the binary log position and filename of the master to be appended to the dumped
762
+ data output\& . Setting the value to 1 (the default) will print it as a CHANGE MASTER command in the dumped data
763
+ output; if set to 2, that command will be prefixed with a comment symbol\& . This option will turn
764
+ \-\- lock\- all\- tables on, unless \-\- single-transaction is specified too (in which case a global read lock is only
765
+ taken a short time at the beginning of the dump \- don't forget to read about \-\- single-transaction below)\& . In
766
+ all cases any action on logs will happen at the exact moment of the dump\& . Option automatically turns
767
+ \-\- lock\- tables off\& . Using this option causes mysqldump to stop the slave SQL thread before beginning the dump,
768
+ and restart it again after completion\& .
769
+ .RE
770
+ .sp
771
+ .RS 4
772
+ .ie n \{\
773
+ \h '-04' \(bu \h '+03' \c
774
+ .\}
775
+ .el \{\
776
+ .sp -1
777
+ .IP \(bu 2.3
778
+ .\}
756
779
.\" mysqldump: events option
757
780
.\" events option: mysqldump
758
781
\fB \-\- events \fR ,
You can’t perform that action at this time.
0 commit comments