~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.h

  • Committer: Brian Aker
  • Date: 2009-11-17 18:11:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1222.
  • Revision ID: brian@gaz-20091117181145-567c6eg3zdi7572l
Remove mysql_lock_have_duplicate()  (we don't have merge, and our partition
will not require this in the future).

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
void mysql_lock_remove(Session *session, Table *table);
42
42
void mysql_lock_abort(Session *session, Table *table);
43
43
bool mysql_lock_abort_for_thread(Session *session, Table *table);
44
 
TableList *mysql_lock_have_duplicate(Session *session, TableList *needle,
45
 
                                      TableList *haystack);
46
44
bool lock_global_read_lock(Session *session);
47
45
void unlock_global_read_lock(Session *session);
48
46
bool wait_if_global_read_lock(Session *session, bool abort_on_refresh,