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.

1 line
105 B
MySQL
Raw Normal View History

CREATE TABLE dict (`k` String, `v` String) ENGINE = EmbeddedRocksDB(k) PRIMARY KEY k; -- {serverError 36}