~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2009-11-26 02:37:40 UTC
  • mto: (1226.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1227.
  • Revision ID: brian@gaz-20091126023740-oqpp5xsxmirrgbnp
Remove OPTIMIZE, place in ALTER TABLE (which does the same thing).

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
  SQLCOM_ALTER_DB,
316
316
  SQLCOM_REPLACE, 
317
317
  SQLCOM_REPLACE_SELECT,
318
 
  SQLCOM_OPTIMIZE, 
319
318
  SQLCOM_CHECK,
320
319
  SQLCOM_FLUSH, 
321
320
  SQLCOM_KILL,