~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex.h

  • Committer: Monty Taylor
  • Date: 2008-10-27 23:19:48 UTC
  • mto: (520.4.12 merge-innodb-plugin)
  • mto: This revision was merged to the branch mainline in revision 563.
  • Revision ID: monty@inaugust.com-20081027231948-3kl6ss04plbakqcr
Split some more things out of common_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
/* This file includes all reserved words and functions */
22
22
 
23
 
#include <drizzled/lex_symbol.h>
 
23
#include "lex_symbol.h"
24
24
 
25
25
SYM_GROUP sym_group_common= {"", ""};
26
26
 
68
68
  { "ASCII",            SYM(ASCII_SYM)},
69
69
  { "ASENSITIVE",       SYM(ASENSITIVE_SYM)},
70
70
  { "AT",               SYM(AT_SYM)},
 
71
  { "AUTHORS",          SYM(AUTHORS_SYM)},
71
72
  { "AUTO_INCREMENT",   SYM(AUTO_INC)},
72
73
  { "AUTOEXTEND_SIZE",  SYM(AUTOEXTEND_SIZE_SYM)},
73
74
  { "AVG",              SYM(AVG_SYM)},
141
142
  { "DAY_MICROSECOND",  SYM(DAY_MICROSECOND_SYM)},
142
143
  { "DAY_MINUTE",       SYM(DAY_MINUTE_SYM)},
143
144
  { "DAY_SECOND",       SYM(DAY_SECOND_SYM)},
144
 
  { "DEALLOCATE",       SYM(DEALLOCATE_SYM)},
 
145
  { "DEALLOCATE",       SYM(DEALLOCATE_SYM)},     
145
146
  { "DEC",              SYM(DECIMAL_SYM)},
146
147
  { "DECIMAL",          SYM(DECIMAL_SYM)},
147
148
  { "DECLARE",          SYM(DECLARE_SYM)},
250
251
  { "LIKE",             SYM(LIKE)},
251
252
  { "LIMIT",            SYM(LIMIT)},
252
253
  { "LINEAR",           SYM(LINEAR_SYM)},
253
 
  { "LINES",            SYM(LINES)},
254
254
  { "LIST",             SYM(LIST_SYM)},
255
255
  { "LOAD",             SYM(LOAD)},
256
256
  { "LOCAL",            SYM(LOCAL_SYM)},
318
318
  { "ON",               SYM(ON)},
319
319
  { "ONE",              SYM(ONE_SYM)},
320
320
  { "ONLINE",           SYM(ONLINE_SYM)},
 
321
  { "ONE_SHOT",         SYM(ONE_SHOT_SYM)},
321
322
  { "OPEN",             SYM(OPEN_SYM)},
322
323
  { "OPTIMIZE",         SYM(OPTIMIZE)},
323
324
  { "OPTIONS",          SYM(OPTIONS_SYM)},