~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-11-23 02:01:23 UTC
  • mfrom: (1938.4.13 trunk)
  • mto: This revision was merged to the branch mainline in revision 1947.
  • Revision ID: brian@tangent.org-20101123020123-dillrqm8atzpkka7
Merge in lock encapsulation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1897
1897
    lock= 0;
1898
1898
  }
1899
1899
  /*
1900
 
    Note that we need to hold LOCK_open while changing the
 
1900
    Note that we need to hold table::Cache::singleton().mutex() while changing the
1901
1901
    open_tables list. Another thread may work on it.
1902
1902
    (See: table::Cache::singleton().removeTable(), mysql_wait_completed_table())
1903
1903
    Closing a MERGE child before the parent would be fatal if the