~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to drizzled/drizzled.h

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
class Registry;
40
40
}
41
41
 
42
 
extern std::bitset<12> test_flags;
43
42
extern boost::detail::atomic_count connection_count;
44
43
extern const char *load_default_groups[];
45
44
extern bool volatile select_thread_in_use;