Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.1
This commit is contained in:
commit
a6d00f2e61
@ -2693,8 +2693,9 @@ char *get_arg(char *line, my_bool get_next_arg)
|
||||
ptr++;
|
||||
if (*ptr == '\\') // short command was used
|
||||
ptr+= 2;
|
||||
while (*ptr &&!my_isspace(charset_info, *ptr)) // skip command
|
||||
ptr++;
|
||||
else
|
||||
while (*ptr &&!my_isspace(charset_info, *ptr)) // skip command
|
||||
ptr++;
|
||||
}
|
||||
if (!*ptr)
|
||||
return NullS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user