mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@@ -2826,6 +2826,8 @@ int Lex_input_stream::scan_ident_delimited(THD *thd,
|
||||
Return the quote character, to have the parser fail on syntax error.
|
||||
*/
|
||||
m_ptr= (char *) m_tok_start + 1;
|
||||
if (m_echo)
|
||||
m_cpp_ptr= (char *) m_cpp_tok_start + 1;
|
||||
return quote_char;
|
||||
}
|
||||
int var_length= cs->charlen(get_ptr() - 1, get_end_of_query());
|
||||
|
Reference in New Issue
Block a user