~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/qcache.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:
40
40
      goto err;
41
41
    }
42
42
  }
 
43
  plugin->state= PLUGIN_IS_READY;
 
44
 
43
45
  return 0;
44
46
 
45
47
err: