~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

  • Committer: Brian Aker
  • Date: 2009-02-26 05:21:02 UTC
  • mfrom: (896.1.5 fix-osxs)
  • Revision ID: brian@intel-mini-2.local-20090226052102-8xtbjt8kph6mi0qx
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2597
2597
                               int *argc, char **argv)
2598
2598
{
2599
2599
  struct sys_var_chain chain= { NULL, NULL };
2600
 
  bool enabled_saved= true;
2601
2600
  bool can_disable;
2602
2601
  MEM_ROOT *mem_root= alloc_root_inited(&tmp->mem_root) ?
2603
2602
                      &tmp->mem_root : &plugin_mem_root;
2693
2692
    return(0);
2694
2693
  }
2695
2694
 
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
2695
err:
2700
2696
  if (opts)
2701
2697
    my_cleanup_options(opts);