~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/lex.h

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
  { "DIRECTORY",        SYM(DIRECTORY_SYM)},
162
162
  { "DISABLE",          SYM(DISABLE_SYM)},
163
163
  { "DISCARD",          SYM(DISCARD)},
164
 
  { "DISK",             SYM(DISK_SYM)},
165
164
  { "DISTINCT",         SYM(DISTINCT)},
166
165
  { "DISTINCTROW",      SYM(DISTINCT)}, /* Access likes this */
167
166
  { "DIV",              SYM(DIV_SYM)},
302
301
  { "MEDIUM",           SYM(MEDIUM_SYM)},
303
302
  { "MEDIUMBLOB",       SYM(MEDIUMBLOB)},
304
303
  { "MEDIUMTEXT",       SYM(MEDIUMTEXT)},
305
 
  { "MEMORY",           SYM(MEMORY_SYM)},
306
304
  { "MERGE",            SYM(MERGE_SYM)},
307
305
  { "MICROSECOND",      SYM(MICROSECOND_SYM)},
308
306
  { "MIGRATE",          SYM(MIGRATE_SYM)},