summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2021-01-22 16:31:18 +1100
committerDaniel Black <daniel@mariadb.org>2021-01-22 16:31:18 +1100
commit63db583158fd657fff929ef39f8918bf9a4bca3b (patch)
tree099e71fca64dcc814c2becac50b37e0ee9766e68 /man
parent29d9897fe2f46bf72356671ee3ad094abfe032c3 (diff)
downloadmariadb-git-63db583158fd657fff929ef39f8918bf9a4bca3b.tar.gz
man/mysqldump.1: typos INSERT INFO -> INTO
Diffstat (limited to 'man')
-rw-r--r--man/mysqldump.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mysqldump.1 b/man/mysqldump.1
index ee2048d0008..097cd1ede20 100644
--- a/man/mysqldump.1
+++ b/man/mysqldump.1
@@ -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 \{\
@@ -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