mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update src/Common/OptimizedRegularExpression.cpp
This commit is contained in:
parent
e5240f900b
commit
7aecec8bc7
@ -266,7 +266,7 @@ const char * analyzeImpl(
|
||||
break;
|
||||
}
|
||||
}
|
||||
/// (?regex) means non-capturing parentheses group
|
||||
/// (?:regex) means non-capturing parentheses group
|
||||
if (pos + 2 < end && pos[1] == '?' && pos[2] == ':')
|
||||
{
|
||||
pos += 2;
|
||||
|
Loading…
Reference in New Issue
Block a user