~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to drizzled/lock.h

  • Committer: Monty Taylor
  • Date: 2010-09-30 04:11:21 UTC
  • mfrom: (1308.1.92 debian)
  • Revision ID: mordred@inaugust.com-20100930041121-g7xla0wwrhvb7uoh
New upstream release.

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