~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.c

  • Committer: Brian Aker
  • Date: 2008-10-30 05:49:59 UTC
  • mfrom: (520.4.29 devel)
  • Revision ID: brian@tangent.org-20081030054959-7tlt3rxzbtl1lyin
Merge Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
  -b,  --block-search=#\n\
433
433
                       Find a record, a block at given offset belongs to.");
434
434
 
435
 
  print_defaults("my", load_default_groups);
 
435
  print_defaults("drizzle", load_default_groups);
436
436
  my_print_variables(my_long_options);
437
437
}
438
438
 
693
693
{
694
694
  int ho_error;
695
695
 
696
 
  load_defaults("my", load_default_groups, argc, argv);
 
696
  load_defaults("drizzle", load_default_groups, argc, argv);
697
697
  default_argv= *argv;
698
698
  if (isatty(fileno(stdout)))
699
699
    check_param.testflag|=T_WRITE_LOOP;