~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/logging.cc

  • Committer: Brian Aker
  • Date: 2009-01-24 16:48:34 UTC
  • Revision ID: brian@gir-3.local-20090124164834-vcctf70tytgk0e4y
Fix for making sure I_S has good information about which plugins are
actually active.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
      goto err;
43
43
    }
44
44
  }
 
45
 
 
46
  plugin->state= PLUGIN_IS_READY;
 
47
 
45
48
  return 0;
46
49
 
47
50
err: