mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02: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:
parent
a83a4136ff
commit
08f3280235
4 changed files with 4 additions and 12 deletions
|
|
@ -202,7 +202,7 @@ my_bool acl_reload(THD *thd);
|
|||
void acl_free(bool end=0);
|
||||
ulong acl_get(const char *host, const char *ip,
|
||||
const char *user, const char *db, my_bool db_is_pattern);
|
||||
bool acl_authenticate(THD *thd, uint connect_errors, uint com_change_user_pkt_len);
|
||||
bool acl_authenticate(THD *thd, uint com_change_user_pkt_len);
|
||||
bool acl_getroot(Security_context *sctx, char *user, char *host,
|
||||
char *ip, char *db);
|
||||
bool acl_check_host(const char *host, const char *ip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue