~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 09:15:33 UTC
  • mto: (1887.1.2 merge)
  • mto: This revision was merged to the branch mainline in revision 1888.
  • Revision ID: brian@tangent.org-20101028091533-7ryls520gk16c6fd
OSX found a reference to a function that was no longer declared.

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
  */