1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-17 10:37:22 +03:00

Update mariadb-import man page with --innodb-optimize-keys option

This commit is contained in:
Ian Gilfillan 2025-02-10 12:50:19 +02:00 committed by Daniel Black
parent 9e3a541d1e
commit c516bea30a

View File

@ -1,6 +1,6 @@
'\" t
.\"
.TH "\fBMARIADB-IMPORT\fR" "1" "3 September 2024" "MariaDB 11.4" "MariaDB Database System"
.TH "\fBMARIADB-IMPORT\fR" "1" "10 February 2025" "MariaDB 11.8" "MariaDB Database System"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -377,6 +377,21 @@ lines of the data file\&.
.sp -1
.IP \(bu 2.3
.\}
.\" mariadb-import: innodb-optimize-keys option
.\" innodb-optimize-keys option: mariadb-import
\fB\-\-innodb\-optimize\-keys\fR
.sp
Create secondary indexes after data load, which speeds up loading (InnoDB only)\&. Defaults to on; use --skip-innodb-optimize-keys to disable\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
.\" mariadb-import: lines-terminated-by option
.\" lines-terminated-by option: mariadb-import
\fB\-\-lines\-terminated\-by=\&.\&.\&.\fR
@ -879,7 +894,7 @@ shell> \fBmariadb \-e 'SELECT * FROM imptest' test\fR
.SH "COPYRIGHT"
.br
.PP
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2024 MariaDB Foundation
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2025 MariaDB Foundation
.PP
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
.PP