~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

Changed my.cnf to drizzle.cnf and /etc/mysql to /etc/drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
 
319
319
  MY_INIT(argv[0]);
320
320
 
321
 
  load_defaults("my",load_default_groups,&argc,&argv);
 
321
  load_defaults("drizzle",load_default_groups,&argc,&argv);
322
322
  defaults_argv=argv;
323
323
  if (get_options(&argc,&argv))
324
324
  {
713
713
       license\n");
714
714
  puts("Run a query multiple times against the server\n");
715
715
  printf("Usage: %s [OPTIONS]\n",my_progname);
716
 
  print_defaults("my",load_default_groups);
 
716
  print_defaults("drizzle",load_default_groups);
717
717
  my_print_help(my_long_options);
718
718
}
719
719