mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -2497,7 +2497,7 @@ static bool plugin_dl_foreach_internal(THD *thd, st_plugin_dl *plugin_dl,
|
||||
tmp.plugin_dl= plugin_dl;
|
||||
|
||||
mysql_mutex_lock(&LOCK_plugin);
|
||||
if ((plugin= plugin_find_internal(&tmp.name, MYSQL_ANY_PLUGIN)) &&
|
||||
if ((plugin= plugin_find_internal(&tmp.name, plug->type)) &&
|
||||
plugin->plugin == plug)
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user