mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.5 merge
This commit is contained in:
@ -12044,7 +12044,12 @@ bool acl_authenticate(THD *thd, uint connect_errors,
|
||||
auth_plugin_name= &mpvio.acl_user->plugin;
|
||||
res= do_auth_once(thd, auth_plugin_name, &mpvio);
|
||||
}
|
||||
|
||||
if (mpvio.make_it_fail)
|
||||
{
|
||||
mpvio.status= MPVIO_EXT::FAILURE;
|
||||
res= CR_ERROR;
|
||||
}
|
||||
|
||||
Security_context *sctx= thd->security_ctx;
|
||||
const ACL_USER *acl_user= mpvio.acl_user;
|
||||
|
||||
|
Reference in New Issue
Block a user