~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-07-16 22:37:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1100.
  • Revision ID: brian@gaz-20090716223701-vbbbo8dmgd2ljqqo
Refactor TableShare has to be behind class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1090
1090
bool mysql_truncate(Session *session, TableList *table_list, bool dont_send_ok);
1091
1091
TableShare *get_table_share(Session *session, TableList *table_list, char *key,
1092
1092
                             uint32_t key_length, uint32_t db_flags, int *error);
1093
 
void release_table_share(TableShare *share);
1094
1093
TableShare *get_cached_table_share(const char *db, const char *table_name);
1095
1094
Table *open_ltable(Session *session, TableList *table_list, thr_lock_type update);
1096
1095
Table *open_table(Session *session, TableList *table_list, bool *refresh, uint32_t flags);