mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -891,7 +891,7 @@ int thd_set_peer_addr(THD *thd,
|
||||
return 1; /* The error is set by my_strdup(). */
|
||||
}
|
||||
thd->main_security_ctx.host_or_ip = thd->main_security_ctx.ip;
|
||||
if (!(specialflag & SPECIAL_NO_RESOLVE))
|
||||
if (!opt_skip_name_resolve)
|
||||
{
|
||||
int rc;
|
||||
|
||||
|
Reference in New Issue
Block a user