~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex.h

  • Committer: Stewart Smith
  • Date: 2008-12-16 03:40:00 UTC
  • mto: This revision was merged to the branch mainline in revision 692.
  • Revision ID: stewart@flamingspork.com-20081216034000-1wbt7khar8aqxs9q
fix outfile test

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
  { "LIKE",             SYM(LIKE)},
252
252
  { "LIMIT",            SYM(LIMIT)},
253
253
  { "LINEAR",           SYM(LINEAR_SYM)},
 
254
  { "LINES",            SYM(LINES)},
254
255
  { "LIST",             SYM(LIST_SYM)},
255
256
  { "LOAD",             SYM(LOAD)},
256
257
  { "LOCAL",            SYM(LOCAL_SYM)},