mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge polly.(none):/home/kaa/src/opt/bug26215/my51-bug26215
into polly.(none):/home/kaa/src/opt/mysql-5.1-opt
This commit is contained in:
@ -1370,10 +1370,9 @@ static bool add_line(String &buffer,char *line,char *in_string,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!*ml_comment && !*in_string &&
|
else if (!*ml_comment && !*in_string &&
|
||||||
(out - line) >= 9 &&
|
strlen(pos) >= 10 &&
|
||||||
!my_strnncoll(charset_info, (uchar*) pos, 9,
|
!my_strnncoll(charset_info, (uchar*) pos, 10,
|
||||||
(const uchar*) "delimiter", 9) &&
|
(const uchar*) "delimiter ", 10))
|
||||||
my_isspace(charset_info, pos[9]))
|
|
||||||
{
|
{
|
||||||
// Flush previously accepted characters
|
// Flush previously accepted characters
|
||||||
if (out != line)
|
if (out != line)
|
||||||
|
Reference in New Issue
Block a user