~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-08-18 07:20:29 UTC
  • mfrom: (1117.1.9 merge)
  • Revision ID: brian@gaz-20090818072029-s9ch5lcmltxwidn7
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
                                                                *max_key);
165
165
        UNIV_INTERN ha_rows estimate_rows_upper_bound();
166
166
 
167
 
        UNIV_INTERN void update_create_info(HA_CREATE_INFO* create_info);
168
167
        UNIV_INTERN int delete_all_rows();
169
168
        UNIV_INTERN int check(Session* session, HA_CHECK_OPT* check_opt);
170
169
        UNIV_INTERN char* update_table_comment(const char* comment);