summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authortsmith@build.mysql.com <>2004-11-16 23:45:24 +0100
committertsmith@build.mysql.com <>2004-11-16 23:45:24 +0100
commitdecd710b59a292028de90335b50e49a040bf2ca4 (patch)
treeb2f23d6341d3478e3a64c2501b72cee5a193ca5d /client/client_priv.h
parent2dfc05b14753f61845b675f28ad4bba08e484a94 (diff)
downloadmariadb-git-decd710b59a292028de90335b50e49a040bf2ca4.tar.gz
Add --order-by-primary option, which adds an ORDER BY
clause the the SELECT statement used to dump the data for any table which has a primary or unique key. This is useful for dumping MyISAM tables which will be later imported into InnoDB tables.
Diffstat (limited to 'client/client_priv.h')
-rw-r--r--client/client_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_priv.h b/client/client_priv.h
index f16ec0e802b..39ecd32068e 100644
--- a/client/client_priv.h
+++ b/client/client_priv.h
@@ -45,5 +45,5 @@ enum options_client
OPT_COMPATIBLE, OPT_RECONNECT, OPT_DELIMITER, OPT_SECURE_AUTH,
OPT_OPEN_FILES_LIMIT, OPT_SET_CHARSET, OPT_CREATE_OPTIONS,
OPT_START_POSITION, OPT_STOP_POSITION, OPT_START_DATETIME, OPT_STOP_DATETIME,
- OPT_SIGINT_IGNORE, OPT_HEXBLOB
+ OPT_SIGINT_IGNORE, OPT_HEXBLOB, OPT_ORDER_BY_PRIMARY
};