~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2009-07-16 17:37:03 UTC
  • mto: (1093.1.18 captain)
  • mto: This revision was merged to the branch mainline in revision 1098.
  • Revision ID: mordred@inaugust.com-20090716173703-kwbn8wd2eml3yp8j
Removed a dynamic array.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2346
2346
#endif
2347
2347
 
2348
2348
  /* Print out all the options including plugin supplied options */
2349
 
  my_print_help_inc_plugins(my_long_options, sizeof(my_long_options)/sizeof(my_option));
2350
 
 
2351
 
  puts(_("\nTo see what values a running Drizzle server is using, type\n"
2352
 
         "'drizzleadmin variables' instead of 'drizzled --help'."));
 
2349
  my_print_help_inc_plugins(my_long_options);
2353
2350
  }
2354
2351
}
2355
2352