~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-01-12 06:45:23 UTC
  • mto: (2073.1.4 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: brian@tangent.org-20110112064523-rqhptaqbph22qmj1
RemoveĀ customĀ error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        UNIV_INTERN const char* index_type(uint key_number);
140
140
        UNIV_INTERN const key_map* keys_to_use_for_scanning();
141
141
 
142
 
        UNIV_INTERN int doOpen(const drizzled::identifier::Table &identifier, int mode, uint test_if_locked);
 
142
        UNIV_INTERN int doOpen(const drizzled::TableIdentifier &identifier, int mode, uint test_if_locked);
143
143
        UNIV_INTERN int close(void);
144
144
        UNIV_INTERN double scan_time();
145
145
        UNIV_INTERN double read_time(uint index, uint ranges, ha_rows rows);