~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

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