mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
MDEV-4065 thd_kill_statement service
This commit is contained in:
parent
5649377b55
commit
d41d43f421
18 changed files with 200 additions and 76 deletions
|
|
@ -1872,8 +1872,11 @@ static bool plugin_load_list(MEM_ROOT *tmp_root, int *argc, char **argv,
|
|||
DBUG_RETURN(FALSE);
|
||||
error:
|
||||
mysql_mutex_unlock(&LOCK_plugin);
|
||||
sql_print_error("Couldn't load plugin named '%s' with soname '%s'.",
|
||||
name.str, dl.str);
|
||||
if (name.str)
|
||||
sql_print_error("Couldn't load plugin '%s' from '%s'.",
|
||||
name.str, dl.str);
|
||||
else
|
||||
sql_print_error("Couldn't load plugins from '%s'.", dl.str);
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue