~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex.h

  • Committer: Stewart Smith
  • Date: 2008-12-22 05:41:56 UTC
  • mto: This revision was merged to the branch mainline in revision 728.
  • Revision ID: stewart@flamingspork.com-20081222054156-3vblomz2asz0jgqx
fix show_check test

incl remove old symbols from parser, unused variable in server

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  { "ASCII",            SYM(ASCII_SYM)},
69
69
  { "ASENSITIVE",       SYM(ASENSITIVE_SYM)},
70
70
  { "AT",               SYM(AT_SYM)},
71
 
  { "AUTHORS",          SYM(AUTHORS_SYM)},
72
71
  { "AUTO_INCREMENT",   SYM(AUTO_INC)},
73
72
  { "AUTOEXTEND_SIZE",  SYM(AUTOEXTEND_SIZE_SYM)},
74
73
  { "AVG",              SYM(AVG_SYM)},