mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.5.39 merge
This commit is contained in:
@@ -1613,7 +1613,7 @@ int plugin_init(int *argc, char **argv, int flags)
|
||||
if (plugin_initialize(&tmp_root, plugin_ptr, argc, argv, !is_myisam &&
|
||||
(flags & PLUGIN_INIT_SKIP_INITIALIZATION)))
|
||||
{
|
||||
if (mandatory)
|
||||
if (plugin_ptr->load_option == PLUGIN_FORCE)
|
||||
goto err_unlock;
|
||||
plugin_ptr->state= PLUGIN_IS_DISABLED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user