~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.h

Refreshing from mainline branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define DRIZZLED_DRIZZLED_H
23
23
 
24
24
#include <bitset>
 
25
#include <boost/program_options.hpp>
25
26
 
26
27
#include "drizzled/atomics.h"
27
28
 
49
50
 
50
51
extern const char * const DRIZZLE_CONFIG_NAME;
51
52
 
 
53
boost::program_options::variables_map &getVariablesMap();
 
54
 
52
55
int init_thread_environment();
53
56
int init_server_components(module::Registry &modules);
54
57
int init_common_variables(const char *conf_file_name, int argc,