Skip to content

Commit

Permalink
man/mysqldump.1: typos INSERT INFO -> INTO
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jan 22, 2021
1 parent 29d9897 commit 63db583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/mysqldump.1
Expand Up @@ -2261,7 +2261,7 @@ servers \- remote (federated) servers as \fBCREATE SERVER\fR\&.
.sp -1
.IP \(bu 2.3
.\}
stats \- statistics tables, InnoDB and Engine Independent Table Statistics (EITS), are dumped as \fBINSERT\fR/\fBREPLACE INFO\fR statements without (re)creating tables\&.
stats \- statistics tables, InnoDB and Engine Independent Table Statistics (EITS), are dumped as \fBINSERT\fR/\fBREPLACE INTO\fR statements without (re)creating tables\&.
.RE
.RS 4
.ie n \{\
Expand All @@ -2281,7 +2281,7 @@ With \fB\-\-system=user\fR (or \fBall\fR), and \fB\-\-replace\fR, SQL is generat
.sp
The \fB\-\-insert\-into\fR option will cause \fBCREATE IF NOT EXIST\fR forms of SQL to generated if available.
.sp
For stats, and timezones, \fB\-\-replace\fR and \fB\-\-insert\-info\fR have the usual effects.
For stats, and timezones, \fB\-\-replace\fR and \fB\-\-insert\-into\fR have the usual effects.
.sp
Enabling specific options here will cause the relevant tables in the mysql database to be ignored when dumping the mysql database or \fB\-\-all\-databases\fR\&.
.sp
Expand Down

0 comments on commit 63db583

Please sign in to comment.