mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 01181_db_atomic_drop_on_cluster.sql
This commit is contained in:
parent
0739dde734
commit
35c9619444
@ -1,5 +1,4 @@
|
||||
DROP TABLE IF EXISTS test_repl ON CLUSTER test_shard_localhost SYNC;
|
||||
|
||||
CREATE TABLE test_repl ON CLUSTER test_shard_localhost (n UInt64) ENGINE ReplicatedMergeTree('/clickhouse/test_01181/{database}/test_repl','r1') ORDER BY tuple();
|
||||
DETACH TABLE test_repl ON CLUSTER test_shard_localhost SYNC;
|
||||
ATTACH TABLE test_repl ON CLUSTER test_shard_localhost;
|
||||
|
Loading…
Reference in New Issue
Block a user