49
48
extern passwd *user_info;
50
49
extern char *drizzled_user;
59
51
extern const char * const DRIZZLE_CONFIG_NAME;
61
53
boost::program_options::variables_map &getVariablesMap();
63
55
int init_thread_environment();
64
56
int init_server_components(module::Registry &modules);
68
60
passwd *check_user(const char *user);
69
61
void set_user(const char *user, passwd *user_info_arg);
70
62
void clean_up(bool print_message);
72
65
} /* namespace drizzled */