ClickHouse/tests/queries/0_stateless/02811_invalid_embedded_rocksdb_create.sql

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

3 lines
127 B
MySQL
Raw Normal View History

-- Tags: no-fasttest
2023-07-05 15:04:38 +00:00
CREATE TABLE dict (`k` String, `v` String) ENGINE = EmbeddedRocksDB(k) PRIMARY KEY k; -- {serverError 36}