~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

Fix pidfile argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
extern bool opt_readonly;
84
84
extern char* opt_secure_file_priv;
85
85
extern char *default_tz_name;
86
 
extern char *opt_scheduler;
 
86
extern const char *opt_scheduler;
87
87
 
88
88
uint64_t fix_unsigned(Session *, uint64_t, const struct option *);
89
89