~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex.h

  • Committer: Brian Aker
  • Date: 2008-08-05 06:19:05 UTC
  • mfrom: (244.1.1 drizzle-mem-ebay)
  • mto: This revision was merged to the branch mainline in revision 264.
  • Revision ID: brian@tangent.org-20080805061905-1r8krslxae65qh76
Merge from Harrison Fisk of the Ebay + Google Hash engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  { "BIT",              SYM(BIT_SYM)},
79
79
  { "BLOB",             SYM(BLOB_SYM)},
80
80
  { "BLOCK",  SYM(BLOCK_SYM)},
 
81
  { "BLOCK_SIZE", SYM(BLOCK_SIZE_SYM)},
81
82
  { "BOOL",             SYM(BOOL_SYM)},
82
83
  { "BOOLEAN",          SYM(BOOLEAN_SYM)},
83
84
  { "BOTH",             SYM(BOTH)},