~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex.h

  • Committer: Brian Aker
  • Date: 2008-10-02 19:18:43 UTC
  • mto: (438.4.1 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 435.
  • Revision ID: brian@tangent.org-20081002191843-tw3nnufik8qwf9rz
Removed UNSIGNED from parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
  { "SHARE",            SYM(SHARE_SYM)},
405
405
  { "SHOW",             SYM(SHOW)},
406
406
  { "SHUTDOWN",         SYM(SHUTDOWN)},
407
 
  { "SIGNED",           SYM(SIGNED_SYM)},
408
407
  { "SIMPLE",           SYM(SIMPLE_SYM)},
409
408
  { "SLAVE",            SYM(SLAVE)},
410
409
  { "SNAPSHOT",         SYM(SNAPSHOT_SYM)},
476
475
  { "UNIQUE",           SYM(UNIQUE_SYM)},
477
476
  { "UNKNOWN",          SYM(UNKNOWN_SYM)},
478
477
  { "UNLOCK",           SYM(UNLOCK_SYM)},
479
 
  { "UNSIGNED",         SYM(UNSIGNED)},
480
478
  { "UNTIL",            SYM(UNTIL_SYM)},
481
479
  { "UPDATE",           SYM(UPDATE_SYM)},
482
480
  { "UPGRADE",          SYM(UPGRADE_SYM)},