~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex.h

  • Committer: Brian Aker
  • Date: 2008-09-11 17:30:35 UTC
  • mto: (322.2.8 stdize-code)
  • mto: This revision was merged to the branch mainline in revision 386.
  • Revision ID: brian@tangent.org-20080911173035-vcdxoxxcmsp35q5q
Removed option for single command replication and have now left disable of
sql_log (more universal in nature).

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
  { "UNIQUE",           SYM(UNIQUE_SYM)},
477
477
  { "UNKNOWN",          SYM(UNKNOWN_SYM)},
478
478
  { "UNLOCK",           SYM(UNLOCK_SYM)},
479
 
  { "UNINSTALL",        SYM(UNINSTALL_SYM)},
480
479
  { "UNSIGNED",         SYM(UNSIGNED)},
481
480
  { "UNTIL",            SYM(UNTIL_SYM)},
482
481
  { "UPDATE",           SYM(UPDATE_SYM)},
505
504
  { "WHERE",            SYM(WHERE)},
506
505
  { "WITH",             SYM(WITH)},
507
506
  { "WORK",             SYM(WORK_SYM)},
508
 
  { "WRAPPER",          SYM(WRAPPER_SYM)},
509
507
  { "WRITE",            SYM(WRITE_SYM)},
510
508
  { "XOR",              SYM(XOR)},
511
509
  { "YEAR",             SYM(YEAR_SYM)},