~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/lex.h

  • Committer: Brian Aker
  • Date: 2008-06-29 20:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: brian@tangent.org-20080629201028-923bdzz0qcjmd6cm
Cleaned up show status.

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
  { "MODIFIES",         SYM(MODIFIES_SYM)},
320
320
  { "MODIFY",           SYM(MODIFY_SYM)},
321
321
  { "MONTH",            SYM(MONTH_SYM)},
322
 
  { "MUTEX",  SYM(MUTEX_SYM)},
323
322
  { "NAME",             SYM(NAME_SYM)},
324
323
  { "NAMES",            SYM(NAMES_SYM)},
325
324
  { "NATIONAL",         SYM(NATIONAL_SYM)},