~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/default.c

merge latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
const char *default_directories[MAX_DEFAULT_DIRS + 1];
49
49
 
50
50
static const char *f_extensions[]= { ".cnf", 0 };
51
 
#define NEWLINE "\n"
52
51
 
53
52
static int handle_default_option(void *in_ctx, const char *group_name,
54
53
                                 const char *option);