49
47
extern passwd *user_info;
50
48
extern char *drizzled_user;
59
50
extern const char * const DRIZZLE_CONFIG_NAME;
61
52
boost::program_options::variables_map &getVariablesMap();
63
54
int init_thread_environment();
64
55
int init_server_components(module::Registry &modules);
68
58
passwd *check_user(const char *user);
69
59
void set_user(const char *user, passwd *user_info_arg);