ClickHouse/tests/queries/0_stateless/02762_replicated_database_no_args.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
158 B
MySQL
Raw Normal View History

-- Tags: no-parallel
set allow_experimental_database_replicated=1;
create database replicated_db_no_args engine=Replicated; -- { serverError BAD_ARGUMENTS }