mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
66cf16410d
v2: add proper escaping v3: set distributed_ddl_output_mode=none for test to fix replicated database build Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
default distributed_ddl_entry_format_version
|
|
DROP TABLE IF EXISTS foo ON CLUSTER test_shard_localhost
|
|
distributed_ddl_entry_format_version=PRESERVE_INITIAL_QUERY_ID_VERSION
|
|
DROP TABLE IF EXISTS default.foo
|
|
DROP TABLE IF EXISTS foo ON CLUSTER test_shard_localhost
|