Fix test 00673_subquery_prepared_set_performance

This commit is contained in:
Alexey Milovidov 2024-07-25 18:42:16 +02:00
parent 13abd7c4eb
commit 638d464095

View File

@ -1,3 +1,5 @@
-- Tags: no-tsan
DROP TABLE IF EXISTS mergetree_00673;
CREATE TABLE mergetree_00673 (x UInt64) ENGINE = MergeTree ORDER BY x;