mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
mdev-20: INSTALL PLUGIN SONAME
This commit is contained in:
@ -4363,7 +4363,8 @@ create_sp_error:
|
||||
my_ok(thd);
|
||||
break;
|
||||
case SQLCOM_UNINSTALL_PLUGIN:
|
||||
if (! (res= mysql_uninstall_plugin(thd, &thd->lex->comment)))
|
||||
if (! (res= mysql_uninstall_plugin(thd, &thd->lex->comment,
|
||||
&thd->lex->ident)))
|
||||
my_ok(thd);
|
||||
break;
|
||||
case SQLCOM_BINLOG_BASE64_EVENT:
|
||||
|
Reference in New Issue
Block a user