~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduling.cc

  • Committer: Brian Aker
  • Date: 2009-03-27 00:14:08 UTC
  • mto: This revision was merged to the branch mainline in revision 967.
  • Revision ID: brian@tangent.org-20090327001408-n6uxtfiymazy1pgf
Refactor plugin loading to remove mask (one step closer to getting rid of
malloc!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  scheduler_inited= true;
63
63
  /* We populate so we can find which plugin was initialized later on */
64
64
  plugin->data= (void *)thread_scheduler;
65
 
  plugin->state= PLUGIN_IS_READY;
66
65
 
67
66
  return 0;
68
67