304
304
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
305
305
{"set-auto-increment", 'A',
306
306
"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.",
307
(uchar**) &new_auto_increment,
308
(uchar**) &new_auto_increment,
307
(char**) &new_auto_increment,
308
(char**) &new_auto_increment,
309
309
0, GET_ULL, OPT_ARG, 0, 0, 0, 0, 0, 0},
311
311
"Only print errors. One can use two -s to make archive_reader very silent.",
312
312
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
314
314
"Path for temporary files.",
315
(uchar**) &opt_tmpdir,
315
(char**) &opt_tmpdir,
316
316
0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
318
318
"Print version and exit.",