mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Using lexer (development) [#CLICKHOUSE-2].
This commit is contained in:
parent
d4974b0724
commit
be1710ecef
@ -277,7 +277,7 @@ private:
|
||||
ErrorCodes::SYNTAX_ERROR};
|
||||
};
|
||||
|
||||
auto match = [&pos](const char * str) mutable
|
||||
auto match = [&pos, end](const char * str) mutable
|
||||
{
|
||||
size_t length = strlen(str);
|
||||
if (pos + length <= end && 0 == memcmp(pos, str, length))
|
||||
|
Loading…
Reference in New Issue
Block a user