mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
fix
This commit is contained in:
parent
fafda5cae0
commit
9e62e68366
@ -21,6 +21,7 @@ select * from t_l5ydey order by c_qv5rv;
|
|||||||
show create t_l5ydey;
|
show create t_l5ydey;
|
||||||
|
|
||||||
-- Correct error code if creating database with the same path as table has
|
-- Correct error code if creating database with the same path as table has
|
||||||
|
set allow_experimental_database_replicated=1;
|
||||||
create database local_t_l5ydey engine=Replicated('/clickhouse/tables/test_' || currentDatabase() || '/{shard}/local_t_l5ydey', '1', '1'); -- { serverError BAD_ARGUMENTS }
|
create database local_t_l5ydey engine=Replicated('/clickhouse/tables/test_' || currentDatabase() || '/{shard}/local_t_l5ydey', '1', '1'); -- { serverError BAD_ARGUMENTS }
|
||||||
|
|
||||||
drop table local_t_l5ydey;
|
drop table local_t_l5ydey;
|
||||||
|
Loading…
Reference in New Issue
Block a user