~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

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