mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
bug fix: I_S plugins were not locked when used
This commit is contained in:
parent
e13e93cb0b
commit
81e3e7d4a2
1 changed files with 1 additions and 0 deletions
|
@ -6838,6 +6838,7 @@ static my_bool find_schema_table_in_plugin(THD *thd, plugin_ref plugin,
|
|||
if (!my_strcasecmp(system_charset_info,
|
||||
schema_table->table_name,
|
||||
table_name)) {
|
||||
my_plugin_lock(thd, plugin);
|
||||
p_schema_table->schema_table= schema_table;
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue