~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.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:
147
147
        UNIV_INTERN void position(const unsigned char *record);
148
148
        UNIV_INTERN int info(uint);
149
149
        UNIV_INTERN int analyze(Session* session);
150
 
        UNIV_INTERN int optimize(Session* session);
151
150
        UNIV_INTERN int discard_or_import_tablespace(bool discard);
152
151
        UNIV_INTERN int extra(enum ha_extra_function operation);
153
152
        UNIV_INTERN int reset();