~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-08 14:22:02 UTC
  • mfrom: (1802.16.21 bug621875)
  • mto: This revision was merged to the branch mainline in revision 1824.
  • Revision ID: brian@tangent.org-20101008142202-96maf31n9odkc13n
Merge Padraig

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
 
31
33
#include "cslib/CSDefs.h"
32
34
 
33
35
#define MS_IDENTIFIER_CHAR_COUNT        64
131
133
#define MYSQL_THD                                                       Session *
132
134
#define THR_THD                                                         THR_Session
133
135
#define STRUCT_TABLE                                            class Table
134
 
#define MY_BITMAP                                                       MyBitmap
 
136
#define MY_BITMAP                                                       boost::dynamic_bitset<>
135
137
 
136
138
#define MYSQL_TYPE_TIMESTAMP                            DRIZZLE_TYPE_TIMESTAMP
137
139
#define MYSQL_TYPE_LONG                                         DRIZZLE_TYPE_LONG