Loading sql/sql_parse.cc +4 −4 Original line number Diff line number Diff line Loading @@ -3633,10 +3633,10 @@ mysql_execute_command(THD *thd) while ((user=user_list++)) { if (user->password.str && strcmp(thd->user, user->user.str) || (strcmp(thd->user, user->user.str) || user->host.str && my_strcasecmp(system_charset_info, user->host.str, thd->host_or_ip)) user->host.str, thd->host_or_ip))) { if (check_access(thd, UPDATE_ACL, "mysql", 0, 1, 0)) goto error; Loading Loading
sql/sql_parse.cc +4 −4 Original line number Diff line number Diff line Loading @@ -3633,10 +3633,10 @@ mysql_execute_command(THD *thd) while ((user=user_list++)) { if (user->password.str && strcmp(thd->user, user->user.str) || (strcmp(thd->user, user->user.str) || user->host.str && my_strcasecmp(system_charset_info, user->host.str, thd->host_or_ip)) user->host.str, thd->host_or_ip))) { if (check_access(thd, UPDATE_ACL, "mysql", 0, 1, 0)) goto error; Loading