Fix for bug #4373: \u behaves differently

This commit is contained in:
gluh@gluh.mysql.r18.ru 2004-09-03 19:56:24 +04:00
parent 936eb4b4f4
commit 9700398e8b

View file

@ -2693,6 +2693,7 @@ char *get_arg(char *line, my_bool get_next_arg)
ptr++;
if (*ptr == '\\') // short command was used
ptr+= 2;
else
while (*ptr &&!my_isspace(charset_info, *ptr)) // skip command
ptr++;
}