~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2009-05-19 07:09:04 UTC
  • mto: (991.1.9 for-brian)
  • mto: This revision was merged to the branch mainline in revision 1033.
  • Revision ID: stewart@flamingspork.com-20090519070904-46m2gfjji8r45is3
remove handler::table_type() as same information can be retrieved from handler::engine->getName()

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        */
104
104
        enum row_type get_row_type() const;
105
105
 
106
 
        const char* table_type() const;
107
106
        const char* index_type(uint key_number);
108
107
        const char** bas_ext() const;
109
108
        Table_flags table_flags() const;