~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Joseph Daly
  • Date: 2010-09-16 17:47:44 UTC
  • mto: (1774.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1775.
  • Revision ID: jdaly@rx7-20100916174744-9myzc6sigk4zrmtn
fix copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *
15
15
 * You should have received a copy of the GNU General Public License
16
16
 * along with this program; if not, write to the Free Software
17
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
18
 *
19
19
 * Original author: Paul McCullagh (H&G2JCtL)
20
20
 * Continued development: Barry Leslie
115
115
#define MS_DEFAULT_KEEP_ALIVE           (10) 
116
116
 
117
117
#ifdef DRIZZLED
118
 
#include <boost/dynamic_bitset.hpp>
119
118
/* Drizzle is stuck at this level: */
120
119
#define MYSQL_VERSION_ID                                        60005
121
120
 
132
131
#define MYSQL_THD                                                       Session *
133
132
#define THR_THD                                                         THR_Session
134
133
#define STRUCT_TABLE                                            class Table
135
 
#define MY_BITMAP                                                       boost::dynamic_bitset<>
 
134
#define MY_BITMAP                                                       MyBitmap
136
135
 
137
136
#define MYSQL_TYPE_TIMESTAMP                            DRIZZLE_TYPE_TIMESTAMP
138
137
#define MYSQL_TYPE_LONG                                         DRIZZLE_TYPE_LONG
146
145
#define MYSQL_PLUGIN_VAR_HEADER                         DRIZZLE_PLUGIN_VAR_HEADER
147
146
#define MYSQL_SYSVAR_STR                                        DRIZZLE_SYSVAR_STR
148
147
#define MYSQL_SYSVAR_INT                                        DRIZZLE_SYSVAR_INT
149
 
#define MYSQL_SYSVAR_UINT                                       DRIZZLE_SYSVAR_UINT
150
148
#define MYSQL_SYSVAR                                            DRIZZLE_SYSVAR
151
149
#define MYSQL_SYSVAR_ULONG                                      DRIZZLE_SYSVAR_ULONG
152
150
#define MYSQL_SYSVAR_ULONGLONG                          DRIZZLE_SYSVAR_ULONGLONG