Bug #31132 | install plugin starts plugin | ||
---|---|---|---|
Submitted: | 21 Sep 2007 15:24 | Modified: | 25 Sep 2007 12:15 |
Reporter: | Jan Lindström | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: User-defined functions ( UDF ) | Severity: | S4 (Feature request) |
Version: | 5.1-bk | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Sep 2007 15:24]
Jan Lindström
[25 Sep 2007 12:15]
Sveta Smirnova
Thank you for the reasonable feature request.
[27 Sep 2007 15:50]
Brian Aker
This is not a feature request, it is a bug. Plugins other then MyISAM and MEMORY should not be started during bootstrap. We recently fixed this for Innodb. Someone needs to go into sql_plugin.cc and put an if around the loading of dynamic plugins, or better yet, only allow the startup of the two I mentioned above based on bootstrap.
[2 Oct 2007 11:51]
Sergei Golubchik
INSTALL PLUGIN is defined and documented to "also load and initialize the plugin code to make the plugin available for use.", see http://dev.mysql.com/doc/refman/5.1/en/install-plugin.html It won't be changed. Being able to configure plugin on install is WL#3868 When it's pushed (the code is already written) you'll be able to pass --skip-soliddb to INSTALL PLUGIN. Anyway, it's a feature request. The fact that plugins are started in --bootstrap is a bug, but completely unrelated to this one. Should be reported separately.