~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-06-05 18:49:23 UTC
  • mfrom: (1039.3.19 handler-cleanup)
  • Revision ID: brian@gaz-20090605184923-36mbxlsxkocuco1w
Merge Stewart, fix LOCK (it was dead, only for dead RENAME SCHEMA code), and
fixed Sun Studio failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        enum row_type get_row_type() const;
105
105
 
106
106
        const char* index_type(uint key_number);
107
 
        const char** bas_ext() const;
108
107
        Table_flags table_flags() const;
109
108
        uint32_t index_flags(uint idx, uint part, bool all_parts) const;
110
109
        uint32_t max_supported_keys() const;
166
165
        ha_rows estimate_rows_upper_bound();
167
166
 
168
167
        void update_create_info(HA_CREATE_INFO* create_info);
169
 
        int create(const char *name, Table *form,
170
 
                   HA_CREATE_INFO *create_info);
171
168
        int delete_all_rows();
172
 
        int delete_table(const char *name);
173
 
        int rename_table(const char* from, const char* to);
174
169
        int check(Session* session, HA_CHECK_OPT* check_opt);
175
170
        char* update_table_comment(const char* comment);
176
171
        char* get_foreign_key_create_info();