"If you are using this option with CHECK TABLE, it will ensure that the table is 100 percent consistent, but will take a long time. If you are using this option with REPAIR TABLE, it will force using old slow repair with keycache method, instead of much faster repair by sorting.",
{"flush",OPT_FLUSH_TABLES,"Flush each table after check. This is useful if you don't want to have the checked tables take up space in the caches after the check",
{"flush",0,"Flush each table after check. This is useful if you don't want to have the checked tables take up space in the caches after the check",
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys. Enabled by default, disable with --skip-opt.",
0,0,0,GET_NO_ARG,NO_ARG,0,0,0,0,0,0},
{"order-by-primary",OPT_ORDER_BY_PRIMARY,
{"order-by-primary",0,
"Sorts each table's rows by primary key, or first unique key, if such a key exists. Useful when dumping a MyISAM table to be loaded into an InnoDB table, but will make the dump itself take considerably longer.",
{"triggers",OPT_TRIGGERS,"Dump triggers for each dumped table.",
{"triggers",0,"Dump triggers for each dumped table.",
&opt_dump_triggers,&opt_dump_triggers,0,GET_BOOL,
NO_ARG,1,0,0,0,0,0},
{"tz-utc",OPT_TZ_UTC,
{"tz-utc",0,
"SET TIME_ZONE='+00:00' at top of dump to allow dumping of TIMESTAMP data when a server has data in different time zones or data is being moved between servers with different time zones.",