~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/loader.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-21 19:11:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2346.
  • Revision ID: olafvdspek@gmail.com-20110621191123-hddduaww44ntgdx5
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
  return false;
397
397
}
398
398
 
399
 
 
400
399
void module_shutdown(module::Registry &registry)
401
400
{
402
 
 
403
401
  if (initialized)
404
402
  {
405
403
    reap_needed= true;