mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
prefer static inline functions to macros.
avoid unnecessary strlen()'s
This commit is contained in:
@@ -1011,7 +1011,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
else
|
||||
rc= acl_authenticate(thd, 0, packet_length);
|
||||
|
||||
MYSQL_AUDIT_NOTIFY_CONNECTION_CHANGE_USER(thd);
|
||||
mysql_audit_notify_connection_change_user(thd);
|
||||
if (rc)
|
||||
{
|
||||
/* Free user if allocated by acl_authenticate */
|
||||
|
||||
Reference in New Issue
Block a user