~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-06-04 21:55:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1050.
  • Revision ID: brian@gaz-20090604215503-dio874cselkmabmf
Remove caller that wasn't correctly locking, and reverted code to 5.1
locking. Thank you hellgrind :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1137
1137
                             uint32_t key_length, uint32_t db_flags, int *error);
1138
1138
void release_table_share(TableShare *share);
1139
1139
TableShare *get_cached_table_share(const char *db, const char *table_name);
1140
 
Table *open_ltable(Session *session, TableList *table_list, thr_lock_type update,
1141
 
                   uint32_t lock_flags);
 
1140
Table *open_ltable(Session *session, TableList *table_list, thr_lock_type update);
1142
1141
Table *open_table(Session *session, TableList *table_list, bool *refresh, uint32_t flags);
1143
1142
bool name_lock_locked_table(Session *session, TableList *tables);
1144
1143
bool reopen_name_locked_table(Session* session, TableList* table_list, bool link_in);