~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/lex.h

  • Committer: Brian Aker
  • Date: 2008-07-08 21:07:40 UTC
  • Revision ID: brian@tangent.org-20080708210740-ye6i94alarx3a8rz
Removed ALTER TABLESPACE

Show diffs side-by-side

added added

removed removed

Lines of Context:
467
467
  { "SWITCHES",   SYM(SWITCHES_SYM)},
468
468
  { "TABLE",            SYM(TABLE_SYM)},
469
469
  { "TABLES",           SYM(TABLES)},
470
 
  { "TABLESPACE",               SYM(TABLESPACE)},
471
470
  { "TABLE_CHECKSUM",   SYM(TABLE_CHECKSUM_SYM)},
472
471
  { "TEMPORARY",        SYM(TEMPORARY)},
473
472
  { "TEMPTABLE",        SYM(TEMPTABLE_SYM)},