~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.h

  • Committer: Monty Taylor
  • Date: 2010-06-25 04:55:52 UTC
  • mfrom: (1637.1.4 staging)
  • Revision ID: mordred@inaugust.com-20100625045552-zh9d8e8va6re0eoe
Fixes from Brian to increase strictness/correctness, Toru to remove
current_session from blitzdb, a race condition bugfix from Joe Daly,
and moving of when plugins call program_options from Monty.

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,