ClickHouse/tests/queries/0_stateless/02503_bad_compatibility_setting.sql

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

4 lines
131 B
MySQL
Raw Normal View History

set compatibility='a.a'; -- { serverError BAD_ARGUMENTS }
select value, changed from system.settings where name = 'compatibility'