~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-05-31 03:51:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1045.
  • Revision ID: brian@gaz-20090531035119-nuud336qg1j9l27d
Factored out dead enum.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1132
1132
uint32_t create_table_def_key(char *key, TableList *table_list);
1133
1133
TableShare *get_table_share(Session *session, TableList *table_list, char *key,
1134
1134
                             uint32_t key_length, uint32_t db_flags, int *error);
1135
 
void release_table_share(TableShare *share, enum release_type type);
 
1135
void release_table_share(TableShare *share);
1136
1136
TableShare *get_cached_table_share(const char *db, const char *table_name);
1137
1137
Table *open_ltable(Session *session, TableList *table_list, thr_lock_type update,
1138
1138
                   uint32_t lock_flags);