~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/defs_ms.h

  • Committer: Lee Bieber
  • Date: 2010-10-22 16:47:38 UTC
  • mfrom: (1841.1.7 drizzle_pbms)
  • Revision ID: kalebral@gmail.com-20101022164738-vv8w22b8towpb307
Merge Barry - fix bug 657830: PBMS build failure in GCC 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#ifndef __DEFS_MS_H__
29
29
#define __DEFS_MS_H__
30
30
 
31
 
#include <boost/dynamic_bitset.hpp>
32
 
 
33
31
#include "cslib/CSDefs.h"
34
32
 
35
33
#define MS_IDENTIFIER_CHAR_COUNT        64
117
115
#define MS_DEFAULT_KEEP_ALIVE           (10) 
118
116
 
119
117
#ifdef DRIZZLED
 
118
#include <boost/dynamic_bitset.hpp>
120
119
/* Drizzle is stuck at this level: */
121
120
#define MYSQL_VERSION_ID                                        60005
122
121