mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into narttu.mysql.fi:/my/mysql-4.0
This commit is contained in:
@ -767,9 +767,13 @@ int READ_INFO::read_field()
|
||||
row_end= to;
|
||||
return 0;
|
||||
}
|
||||
/* Copy the found '"' character */
|
||||
/*
|
||||
The string didn't terminate yet.
|
||||
Store back next character for the loop
|
||||
*/
|
||||
PUSH(chr);
|
||||
chr='"';
|
||||
/* copy the found term character to 'to' */
|
||||
chr= found_enclosed_char;
|
||||
}
|
||||
else if (chr == field_term_char && found_enclosed_char == INT_MAX)
|
||||
{
|
||||
|
Reference in New Issue
Block a user