mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
5.6-compatibility, per-host connect error counter is reset only after the
successful connection, not when a client reply packet is received (that still might be invalid). (test case was merged with perfschema 5.6.17)
This commit is contained in:
@ -1224,7 +1224,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
auth_rc= 1;
|
||||
}
|
||||
else
|
||||
auth_rc= acl_authenticate(thd, 0, packet_length);
|
||||
auth_rc= acl_authenticate(thd, packet_length);
|
||||
|
||||
mysql_audit_notify_connection_change_user(thd);
|
||||
if (auth_rc)
|
||||
|
Reference in New Issue
Block a user