~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex.h

  • Committer: Brian Aker
  • Date: 2009-01-16 00:49:52 UTC
  • Revision ID: brian@tangent.org-20090116004952-ubmq02xyf7jt1y0l
DeadĀ upgradeĀ code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
  { "UNLOCK",           SYM(UNLOCK_SYM)},
478
478
  { "UNTIL",            SYM(UNTIL_SYM)},
479
479
  { "UPDATE",           SYM(UPDATE_SYM)},
480
 
  { "UPGRADE",          SYM(UPGRADE_SYM)},
481
480
  { "USAGE",            SYM(USAGE)},
482
481
  { "USE",              SYM(USE_SYM)},
483
482
  { "USER",             SYM(USER)},