mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
set prefer_localhost_replica for 02291_join_const_literal_36279
This commit is contained in:
parent
ffb0570cae
commit
4534f43b68
@ -3,6 +3,8 @@
|
|||||||
DROP TABLE IF EXISTS test_distributed;
|
DROP TABLE IF EXISTS test_distributed;
|
||||||
DROP TABLE IF EXISTS test_local;
|
DROP TABLE IF EXISTS test_local;
|
||||||
|
|
||||||
|
SET prefer_localhost_replica = 1;
|
||||||
|
|
||||||
-- https://github.com/ClickHouse/ClickHouse/issues/36279
|
-- https://github.com/ClickHouse/ClickHouse/issues/36279
|
||||||
CREATE TABLE test_local (text String, text2 String) ENGINE = MergeTree() ORDER BY text;
|
CREATE TABLE test_local (text String, text2 String) ENGINE = MergeTree() ORDER BY text;
|
||||||
CREATE TABLE test_distributed (text String, text2 String) ENGINE = Distributed('test_shard_localhost', currentDatabase(), test_local);
|
CREATE TABLE test_distributed (text String, text2 String) ENGINE = Distributed('test_shard_localhost', currentDatabase(), test_local);
|
||||||
|
Loading…
Reference in New Issue
Block a user