~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.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:
26
26
#include <mysys/my_getopt.h>
27
27
 
28
28
 
29
 
const char *config_file="my";                   /* Default config file */
 
29
const char *config_file="drizzle";              /* Default config file */
30
30
uint verbose= 0, opt_defaults_file_used= 0;
31
31
 
32
32
static struct my_option my_long_options[] =