~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/loader.cc

  • Committer: Monty Taylor
  • Date: 2010-05-18 18:48:47 UTC
  • mto: (1530.6.1)
  • mto: This revision was merged to the branch mainline in revision 1556.
  • Revision ID: mordred@inaugust.com-20100518184847-5ek33g18aus1ktt6
Fixed style catches from Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
       ++iter)
513
513
  {
514
514
    const string plugin_name(*iter);
515
 
    if (builtin)
516
 
    {
517
 
      library= registry.addLibrary(plugin_name, true);
518
 
    }
519
 
    else
520
 
    {
521
 
      library= registry.addLibrary(plugin_name);
522
 
    }
 
515
 
 
516
    library= registry.addLibrary(plugin_name, builtin);
523
517
    if (library == NULL)
524
518
    {
525
519
      errmsg_printf(ERRMSG_LVL_ERROR,