From c516bea30a1c1fadddf71459ad0a057b807cbd7a Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Mon, 10 Feb 2025 12:50:19 +0200 Subject: [PATCH] Update mariadb-import man page with --innodb-optimize-keys option --- man/mariadb-import.1 | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/man/mariadb-import.1 b/man/mariadb-import.1 index 630e3024dea..945fda5308a 100644 --- a/man/mariadb-import.1 +++ b/man/mariadb-import.1 @@ -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