"Force recovering with sorting even if the temporary file was very big.",
0,0,0,GET_NO_ARG,NO_ARG,0,0,0,0,0,0},
#ifdef DEBUG
{"start-check-pos",OPT_START_CHECK_POS,
"No help available.",
0,0,0,GET_ULL,REQUIRED_ARG,0,0,0,0,0,0},
#endif
{"set-auto-increment",'A',
"Force auto_increment to start at this or higher value. If no value is given, then sets the next auto_increment value to the highest used value for the auto key + 1.",
(gptr*)&check_param.auto_increment_value,
...
...
@@ -330,16 +332,22 @@ static void usage(void)
puts("Used without options all tables on the command will be checked for errors");