~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Brian Aker
  • Date: 2009-05-06 06:59:53 UTC
  • mfrom: (1003.1.20 merge)
  • Revision ID: brian@gaz-20090506065953-4mrfmaty42e0ixpq
Merge handler cleanup (and ALTER TABLE cleanup) We go from 1 and 2 half
thought out systems... to just 1.

This should all be changed when we finish the StorageEngine rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
*/
119
119
#define OPEN_TABLE_ONLY        OPEN_FRM_FILE_ONLY*2
120
120
 
121
 
#define SC_INFO_LENGTH 4                /* Form format constant */
122
 
#define TE_INFO_LENGTH 3
123
 
 
124
 
 
125
 
#define DRIZZLE_VERSION_TABLESPACE_IN_FRM_CGE 50120
126
 
#define DRIZZLE_VERSION_TABLESPACE_IN_FRM 50205
127
 
#define DRIZZLE_VERSION_TABLESPACE_IN_FRM_STR "50205"
128
 
 
129
121
/*
130
122
  Minimum length pattern before Turbo Boyer-Moore is used
131
123
  for SELECT "text" LIKE "%pattern%", excluding the two
133
125
*/
134
126
#define MIN_TURBOBM_PATTERN_LEN 3
135
127
 
136
 
/*
137
 
   Defines for binary logging.
138
 
   Do not decrease the value of BIN_LOG_HEADER_SIZE.
139
 
   Do not even increase it before checking code.
140
 
*/
141
 
 
142
 
#define BIN_LOG_HEADER_SIZE    4
143
 
 
144
128
#define DEFAULT_KEY_CACHE_NAME "default"
145
129
 
146
130
#define STORAGE_TYPE_MASK 7