~snowstalker/drizzle/startup-errors

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.h

  • Committer: Brian Aker
  • Date: 2009-11-26 18:48:20 UTC
  • mfrom: (1226.1.3 push)
  • Revision ID: brian@gaz-20091126184820-hltr0upee0ahopsj
Bundle Brian + Monty  (been through staging, just collecting it as want
overall patch as seen by staging).

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();