~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2008-08-13 23:28:29 UTC
  • mfrom: (312.1.14 codestyle)
  • Revision ID: brian@tangent.org-20080813232829-mtw8ggnmtfch7ehd
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
#define MTYP_NOEMPTY_BIT 128
199
199
 
200
200
#define FRM_VER_TRUE_VARCHAR (FRM_VER+4) /* 10 */
201
 
#define MYSQL_VERSION_TABLESPACE_IN_FRM_CGE 50120
202
 
#define MYSQL_VERSION_TABLESPACE_IN_FRM 50205
203
 
#define MYSQL_VERSION_TABLESPACE_IN_FRM_STR "50205"
 
201
#define DRIZZLE_VERSION_TABLESPACE_IN_FRM_CGE 50120
 
202
#define DRIZZLE_VERSION_TABLESPACE_IN_FRM 50205
 
203
#define DRIZZLE_VERSION_TABLESPACE_IN_FRM_STR "50205"
204
204
 
205
205
/*
206
206
  Minimum length pattern before Turbo Boyer-Moore is used
355
355
#define TEST_NO_STACKTRACE      512
356
356
#define TEST_SIGINT             1024    /**< Allow sigint on threads */
357
357
#define TEST_SYNCHRONIZATION    2048    /**< get server to do sleep in some places */
358
 
#endif /* End ifndef MYSQL_CLIENT */
 
358
#endif /* End ifndef DRIZZLE_CLIENT */
359
359
 
360
360
/* The rest of the file is included in the server only */
361
 
#ifndef MYSQL_CLIENT
 
361
#ifndef DRIZZLE_CLIENT
362
362
 
363
363
/* Bits for different SQL modes modes (including ANSI mode) */
364
364
#define MODE_REAL_AS_FLOAT              1