1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix merge issues

This commit is contained in:
malff/marcsql@weblab.(none)
2007-04-30 15:36:29 -06:00
parent fa807c509d
commit 9d6860b62a
2 changed files with 8 additions and 1 deletions

View File

@ -328,7 +328,7 @@ static LEX_STRING get_quoted_token(Lex_input_stream *lip,
yyUnget(); // ptr points now after last token char
tmp.length= lip->yytoklen=length;
tmp.str=(char*) lip->m_thd->alloc(tmp.length+1);
from= lip->tok_start + skip
from= lip->tok_start + skip;
to= tmp.str;
end= to+length;
for ( ; to != end; )