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