~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.c

Merged in Jay's tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
   "Skip rows bigger than this if myisamchk can't allocate memory to hold it",
219
219
   (char**) &check_param.max_record_length,
220
220
   (char**) &check_param.max_record_length,
221
 
   0, GET_ULL, REQUIRED_ARG, LONGLONG_MAX, 0, LONGLONG_MAX, 0, 0, 0},
 
221
   0, GET_ULL, REQUIRED_ARG, INT64_MAX, 0, INT64_MAX, 0, 0, 0},
222
222
  {"medium-check", 'm',
223
223
   "Faster than extend-check, but only finds 99.99% of all errors. Should be good enough for most cases.",
224
224
   0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
335
335
{
336
336
  printf("%s  Ver 2.7 for %s at %s\n", my_progname, SYSTEM_TYPE,
337
337
         MACHINE_TYPE);
338
 
  NETWARE_SET_SCREEN_MODE(1);
339
338
}
340
339
 
341
340