~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-08-09 16:35:34 UTC
  • Revision ID: brian@tangent.org-20080809163534-017q1bkqxkqt0ga1
First pass Innodb my_bool removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
        int info(uint);
152
152
        int analyze(THD* thd,HA_CHECK_OPT* check_opt);
153
153
        int optimize(THD* thd,HA_CHECK_OPT* check_opt);
154
 
        int discard_or_import_tablespace(my_bool discard);
 
154
        int discard_or_import_tablespace(bool discard);
155
155
        int extra(enum ha_extra_function operation);
156
156
        int reset();
157
157
        int lock_table(THD *thd, int lock_type, int lock_timeout)