~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-08-05 08:02:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1111.
  • Revision ID: brian@gaz-20090805080252-h6s3bit20o820pus
More extraction from sql_base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1455
1455
  bool close_cached_tables(TableList *tables, bool wait_for_refresh, bool wait_for_placeholders);
1456
1456
 
1457
1457
  void wait_for_condition(pthread_mutex_t *mutex, pthread_cond_t *cond);
 
1458
  int setup_conds(TableList *leaves, COND **conds);
 
1459
  int lock_tables(TableList *tables, uint32_t count, bool *need_reopen);
1458
1460
};
1459
1461
 
1460
1462
class JOIN;