mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
The '@' symbol can not be used in the host name according to rfc952. The fix: added function check_host_name(LEX_STRING *str) which checks that all symbols in host name string are valid and host name length is not more than max host name length (just moved check_string_length() function from the parser into check_host_name()).
42 KiB
42 KiB