~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.h

  • Committer: Brian Aker
  • Date: 2010-08-19 16:45:03 UTC
  • mfrom: (1711.6.11 staging)
  • Revision ID: brian@tangent.org-20100819164503-t7rhibp5s7bv3dtu
Merge of signals, plus build fix for FreeBSD. Also contains memset/constructor patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
extern std::bitset<12> test_flags;
40
40
extern atomic<uint32_t> connection_count;
41
 
extern bool calling_initgroups;
42
41
extern const char *load_default_groups[];
43
42
extern bool volatile select_thread_in_use;
44
43
extern bool volatile abort_loop;