~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
 
203
203
        virtual bool get_error_message(int error, String *buf);
204
204
 
205
 
        uint8 table_cache_type() { return HA_CACHE_TBL_ASKTRANSACT; }
 
205
        uint8_t table_cache_type() { return HA_CACHE_TBL_ASKTRANSACT; }
206
206
        /*
207
207
          ask handler about permission to cache table during query registration
208
208
        */