1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added more tests for new UPDATE ... ORDER BY ... LIMIT optimization

This commit is contained in:
monty@mysql.com
2005-10-25 02:27:40 +03:00
parent ea3ea9ed10
commit 3e653fb922
15 changed files with 170 additions and 182 deletions

View File

@ -818,11 +818,8 @@ int READ_INFO::read_field()
*to++ = (byte) unescape((char) chr);
continue;
}
else
{
PUSH(chr);
chr= escape_char;
}
PUSH(chr);
chr= escape_char;
}
#ifdef ALLOW_LINESEPARATOR_IN_STRINGS
if (chr == line_term_char)