~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-10-24 19:39:04 UTC
  • mfrom: (1874.3.4 refactor)
  • Revision ID: brian@tangent.org-20101024193904-6c5a62rtd14bx9q4
Merge for "how do we make sure concurrent, are only concurrent"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1523
1523
 
1524
1524
  /* Reopen operations */
1525
1525
  bool reopen_tables(bool get_locks, bool mark_share_as_old);
1526
 
  bool reopen_name_locked_table(TableList* table_list);
1527
1526
  bool close_cached_tables(TableList *tables, bool wait_for_refresh, bool wait_for_placeholders);
1528
1527
 
1529
1528
  void wait_for_condition(boost::mutex &mutex, boost::condition_variable_any &cond);