~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:19:56 UTC
  • mfrom: (1116.1.3 stewart)
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090818071956-nfpoe9rp3i7p50kx
Merge my branch from Stewart into one branch

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);