~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.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:
3770
3770
      init_global_datetime_format(DRIZZLE_TIMESTAMP_DATETIME,
3771
3771
                                  &global_system_variables.datetime_format))
3772
3772
    exit(1);
3773
 
 
3774
 
  pool_of_threads_scheduler(&thread_scheduler);  /* purecov: tested */
3775
3773
}
3776
3774
 
3777
3775