diff options
author | Ian Gilfillan <github@greenman.co.za> | 2019-05-21 14:54:03 +0200 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-05-21 17:04:18 +0400 |
commit | aaa920dad359abd4b1b94330a0a942387a8814ad (patch) | |
tree | 9ef846d83afb0ae65ae00ee26c3c20eb133ea3e7 /man | |
parent | 91efcc6392cef920aa3697dc9789830ae9cdd379 (diff) | |
download | mariadb-git-aaa920dad359abd4b1b94330a0a942387a8814ad.tar.gz |
MDEV-19537: Document mysqlimport option ignore-foreign-keys
Diffstat (limited to 'man')
-rw-r--r-- | man/mysqlimport.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/man/mysqlimport.1 b/man/mysqlimport.1 index 0032edf8a8f..61d270d7057 100644 --- a/man/mysqlimport.1 +++ b/man/mysqlimport.1 @@ -1,6 +1,6 @@ '\" t .\" -.TH "\FBMYSQLIMPORT\FR" "1" "14/12/2015" "MariaDB 10\&.1" "MariaDB Database System" +.TH "\FBMYSQLIMPORT\FR" "1" "21 May 2019" "MariaDB 10\&.1" "MariaDB Database System" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -346,6 +346,22 @@ option\&. .sp -1 .IP \(bu 2.3 .\} +.\" mysqlimport: ignore-foreign-keys option +.\" ignore-foreign-keys option: mysqlimport +\fB\-\-ignore\-foreign\-keys\fR, +\fB\-k\fR +.sp +Disable foreign key checks while importing the data\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} .\" mysqlimport: ignore-lines option .\" ignore-lines option: mysqlimport \fB\-\-ignore\-lines=\fR\fB\fIN\fR\fR |