~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.h

  • Committer: Brian Aker
  • Date: 2010-09-28 00:51:44 UTC
  • mto: (1800.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1801.
  • Revision ID: brian@tangent.org-20100928005144-a5m5yb9dj2vn3pn8
Refactor out old call for pthread native usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
/* Lock based on name */
56
56
void unlock_table_name(TableList *table_list);
57
 
bool wait_for_locked_table_names(Session *session, TableList *table_list);
58
57
void unlock_table_names(TableList *table_list, TableList *last_table);
59
58
bool lock_table_names_exclusively(Session *session, TableList *table_list);
60
59