~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.h

We've gotten further. Now things sometimes work, but some things aren't
being set properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
boost::program_options::variables_map &getVariablesMap();
53
53
 
54
54
int init_thread_environment();
55
 
int init_server_components(module::Registry &modules, int argc, char **argv);
 
55
int init_server_components(module::Registry &modules);
56
56
int init_common_variables(int argc, char **argv);
57
57
 
58
58
passwd *check_user(const char *user);