~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sys_var.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
extern const char *opt_scheduler;
68
68
extern size_t transaction_message_threshold;
69
69
 
70
 
uint64_t fix_unsigned(Session *, uint64_t, const struct option *);
 
70
uint64_t fix_unsigned(Session*, uint64_t, const option&);
71
71
 
72
72
DRIZZLED_API const std::string &getServerHostname();
73
73
int sys_var_init();