~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Monty Taylor
  • Date: 2010-09-29 04:27:16 UTC
  • mfrom: (1800.1.9 build)
  • Revision ID: mordred@inaugust.com-20100929042716-q9sb3re31iwti87z
Merged doc fixes, lock fixes, path fixes and bath fixes.

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