~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-07-27 04:14:30 UTC
  • mfrom: (1093.6.2 table_share)
  • Revision ID: brian@gaz-20090727041430-kmxsnb2ep1cqsy05
Merge

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