~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-06-01 02:14:08 UTC
  • mfrom: (1039.1.17 merge)
  • Revision ID: brian@gaz-20090601021408-ejp1tjf3m5fm7mzv
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
  int ha_delete_row(const unsigned char * buf);
281
281
  void ha_release_auto_increment();
282
282
 
283
 
  int ha_check_for_upgrade(HA_CHECK_OPT *check_opt);
284
283
  /** to be actually called to get 'check()' functionality*/
285
284
  int ha_check(Session *session, HA_CHECK_OPT *check_opt);
286
285
  int ha_repair(Session* session, HA_CHECK_OPT* check_opt);
1133
1132
uint32_t create_table_def_key(char *key, TableList *table_list);
1134
1133
TableShare *get_table_share(Session *session, TableList *table_list, char *key,
1135
1134
                             uint32_t key_length, uint32_t db_flags, int *error);
1136
 
void release_table_share(TableShare *share, enum release_type type);
 
1135
void release_table_share(TableShare *share);
1137
1136
TableShare *get_cached_table_share(const char *db, const char *table_name);
1138
1137
Table *open_ltable(Session *session, TableList *table_list, thr_lock_type update,
1139
1138
                   uint32_t lock_flags);