~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.h

  • Committer: Brian Aker
  • Date: 2009-06-09 01:58:43 UTC
  • mto: This revision was merged to the branch mainline in revision 1058.
  • Revision ID: brian@gaz-20090609015843-1wz8cn6yzsbue8lv
Remove dead lock.cc commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
bool lock_table_names(Session *session, TableList *table_list);
64
64
void unlock_table_names(TableList *table_list, TableList *last_table);
65
65
bool lock_table_names_exclusively(Session *session, TableList *table_list);
66
 
bool is_table_name_exclusively_locked_by_this_thread(Session *session,
67
 
                                                     TableList *table_list);
68
 
bool is_table_name_exclusively_locked_by_this_thread(Session *session,
69
 
                                                     unsigned char *key,
70
 
                                                     int key_length);
71
66
 
72
67
#endif /* DRIZZLED_LOCK_H */