mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Possible fixes to docker containers
This commit is contained in:
parent
18660a144d
commit
4b7824095e
2
contrib/hyperscan
vendored
2
contrib/hyperscan
vendored
@ -1 +1 @@
|
||||
Subproject commit 1e234363b1b2d708eb812266e3f18dba0b774079
|
||||
Subproject commit 0ef358700faaeabbc561a352274e01972e60f6c3
|
@ -666,13 +666,8 @@ struct MultiMatchAnyImpl
|
||||
{
|
||||
if constexpr (FindAny)
|
||||
res[i] |= accum[i];
|
||||
else
|
||||
{
|
||||
if (accum[i])
|
||||
{
|
||||
res[i] = j + 1;
|
||||
}
|
||||
}
|
||||
else if (accum[i])
|
||||
res[i] = j + 1;
|
||||
}
|
||||
}
|
||||
#endif // __SSSE3__
|
||||
|
Loading…
Reference in New Issue
Block a user