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. client/client_priv.h: add option OPT_ORDER_BY_PRIMARY
Showing
Please register or sign in to comment