~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-10-01 22:56:26 UTC
  • mto: (1154.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1155.
  • Revision ID: brian@gaz-20091001225626-sb1pdykpxlnkheaj
Remove Factory/make scheduler work like everything else.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1389
1389
    scheduler_name= opt_scheduler_default;
1390
1390
  }
1391
1391
 
1392
 
  if (plugin::SchedulerFactory::setFactory(scheduler_name))
 
1392
  if (plugin::Scheduler::setPlugin(scheduler_name))
1393
1393
  {
1394
1394
      errmsg_printf(ERRMSG_LVL_ERROR,
1395
1395
                   _("No scheduler found, cannot continue!\n"));