Hanno Hecker wrote: > the "skip_plugins" plugin lets you skip selected plugins for some hosts. > This is similar to the whitelist plugins, but > - the config is done in one config file for all plugins > - no plugin needs to have the whitelist tests > - each plugin can be disabled (or re-enabled) on the fly by some > plugin for the current connection... without whitelisting/skipping > other plugins
I like the idea of this, but I wanted to have at least a little discussion before I applied it. The issue is that this plugin requires a patch to the core to actually implement the skip part, which might be fine, but there might also be a more elegant way to handle this that I can't see right now. It does use a different motif than the rest of the code uses for private variables (two leading underbars instead of one), but that can be fixed. Other than that, what do people think? If I hear nothing, I'll probably apply it (s/__/_/). John
