mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#20615
"plugin name lost when loading an already-loaded name" Do not delete existing plugin when loading a new plugin which has the same name.
This commit is contained in:

parent
6414330377
commit
5f14652ef5
@ -864,8 +864,8 @@ my_bool mysql_install_plugin(THD *thd, const LEX_STRING *name, const LEX_STRING
|
||||
DBUG_RETURN(FALSE);
|
||||
deinit:
|
||||
plugin_deinitialize(tmp);
|
||||
err:
|
||||
plugin_del(tmp);
|
||||
err:
|
||||
rw_unlock(&THR_LOCK_plugin);
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user