mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix test 00673_subquery_prepared_set_performance
This commit is contained in:
parent
13abd7c4eb
commit
638d464095
@ -1,3 +1,5 @@
|
||||
-- Tags: no-tsan
|
||||
|
||||
DROP TABLE IF EXISTS mergetree_00673;
|
||||
|
||||
CREATE TABLE mergetree_00673 (x UInt64) ENGINE = MergeTree ORDER BY x;
|
||||
|
Loading…
Reference in New Issue
Block a user