~skinny.moey/drizzle/tlog_no_changes_enabled

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 17:12:01 UTC
  • mfrom: (1887.1.3 merge)
  • Revision ID: brian@tangent.org-20101028171201-baj6l1bnntn1s4ad
Merge in POTFILES changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1891
1891
  /*
1892
1892
    Note that we need to hold LOCK_open while changing the
1893
1893
    open_tables list. Another thread may work on it.
1894
 
    (See: remove_table_from_cache(), mysql_wait_completed_table())
 
1894
    (See: table::Cache::singleton().removeTable(), mysql_wait_completed_table())
1895
1895
    Closing a MERGE child before the parent would be fatal if the
1896
1896
    other thread tries to abort the MERGE lock in between.
1897
1897
  */