~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/lex.h

  • Committer: Brian Aker
  • Date: 2008-07-25 01:03:11 UTC
  • Revision ID: brian@tangent.org-20080725010311-pmlxw9uzp4hjpp0k
Removed zerofil syntax (not internals).

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
  { "XML",              SYM(XML_SYM)}, /* LOAD XML Arnold/Erik */
532
532
  { "YEAR",             SYM(YEAR_SYM)},
533
533
  { "YEAR_MONTH",       SYM(YEAR_MONTH_SYM)},
534
 
  { "ZEROFILL",         SYM(ZEROFILL)},
535
534
};
536
535
 
537
536