~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

  • Committer: Monty Taylor
  • Date: 2009-02-21 01:15:13 UTC
  • mto: (892.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: mordred@inaugust.com-20090221011513-c3jq8dfaiboc64cl
More solaris warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2693
2693
    return(0);
2694
2694
  }
2695
2695
 
2696
 
  if (enabled_saved && global_system_variables.log_warnings)
2697
 
    errmsg_printf(ERRMSG_LVL_INFO, _("Plugin '%s' disabled by command line option"),
2698
 
                          tmp->name.str);
2699
2696
err:
2700
2697
  if (opts)
2701
2698
    my_cleanup_options(opts);