~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.c

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

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[] =