~drizzle-trunk/drizzle/development

« back to all changes in this revision

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