~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.cc

  • 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:
762
762
}
763
763
 
764
764
 
765
 
bool wait_for_locked_table_names(Session *session, TableList *table_list)
 
765
static bool wait_for_locked_table_names(Session *session, TableList *table_list)
766
766
{
767
767
  bool result= false;
768
768