~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2008-08-01 22:38:22 UTC
  • Revision ID: brian@tangent.org-20080801223822-0hh22boeev5xa8p5
Removed ALTER TABLE UPGRADE.

We have nothing to upgrade from :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
  SQLCOM_CHECKSUM,
88
88
  SQLCOM_BINLOG_BASE64_EVENT,
89
89
  SQLCOM_SHOW_PLUGINS,
90
 
  SQLCOM_ALTER_DB_UPGRADE,
91
90
  /*
92
91
    When a command is added here, be sure it's also added in mysqld.cc
93
92
    in "struct show_var_st status_vars[]= {" ...