mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
7 lines
334 B
SQL
7 lines
334 B
SQL
-- Check that server does not get segfault due to bad stack unwinding from Hyperscan
|
|
|
|
SET query_profiler_cpu_time_period_ns = 1000000;
|
|
SET query_profiler_real_time_period_ns = 1000000;
|
|
|
|
SELECT count() FROM test.hits WHERE multiFuzzyMatchAny(URL, 2, ['about/address', 'for_woman', '^https?://lm-company.ruy/$', 'ultimateguitar.com']);
|