~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/archive_reader.c

  • Committer: Monty Taylor
  • Date: 2008-07-11 15:49:04 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711154904-nrtkef3bo1jvzrds
A crapton more warning cleanups (I turned on more warnings) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
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},
310
310
  {"silent", 's',
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},
313
313
  {"tmpdir", 't',
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},
317
317
  {"version", 'V',
318
318
   "Print version and exit.",