~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-01-24 04:31:39 UTC
  • Revision ID: brian@gir-3.local-20090124043139-5cu9wjefszrnyhe0
Refactored all current scheduler to be behind scheduler plugin api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
   is_fatal_sub_stmt_error(0),
485
485
   in_lock_tables(0),
486
486
   derived_tables_processing(false),
487
 
   m_lip(NULL)
 
487
   m_lip(NULL),
 
488
   scheduler(0)
488
489
{
489
490
  ulong tmp;
490
491