~drizzle-pbxt/drizzle/drizzle-pbxt

« back to all changes in this revision

Viewing changes to storage/pbxt/src/database_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-04-25 22:42:21 UTC
  • Revision ID: paul.mccullagh@primebase.org-20090425224221-cffujguaze31hzmx
Compiles, and shutdown bug gone

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "xt_config.h"
25
25
 
 
26
#ifdef DRIZZLED
 
27
#include <bitset>
 
28
#endif
 
29
 
26
30
#include <string.h>
27
31
#include <stdio.h>
28
32