提交 afe39733 编写于 作者: A Alexey Milovidov

Addition to prev. revision [#CLICKHOUSE-2]

上级 66afebc4
......@@ -351,6 +351,9 @@ struct MatchImpl
const std::string & pattern,
PaddedPODArray<UInt8> & res)
{
if (offsets.empty())
return;
String strstr_pattern;
/// A simple case where the LIKE expression reduces to finding a substring in a string
if (like && likePatternIsStrstr(pattern, strstr_pattern))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册