~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replicator.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:
43
43
      goto err;
44
44
    }
45
45
  }
 
46
  plugin->state= PLUGIN_IS_READY;
 
47
 
46
48
  return 0;
47
49
 
48
50
 err: