Fix 2024_merge_regexp_assert

This commit is contained in:
Azat Khuzhin 2021-09-28 09:05:36 +03:00
parent 15e80ead3f
commit 8163b3f7f6

View File

@ -1,3 +1,6 @@
-- Tags: no-parallel
-- (databases can be removed in background, so this test should not be run in parallel)
DROP TABLE IF EXISTS t; DROP TABLE IF EXISTS t;
CREATE TABLE t (b UInt8) ENGINE = Memory; CREATE TABLE t (b UInt8) ENGINE = Memory;
SELECT a FROM merge(REGEXP('.'), '^t$'); -- { serverError 47 } SELECT a FROM merge(REGEXP('.'), '^t$'); -- { serverError 47 }