ClickHouse/docker/test/fuzzer/allow-nullable-key.xml

7 lines
197 B
XML
Raw Normal View History

2022-08-11 02:34:10 +00:00
<clickhouse>
<!-- Allow nullable key to avoid errors while fuzzing definitions of tables -->
<merge_tree>
<allow_nullable_key>1</allow_nullable_key>
</merge_tree>
2022-09-28 14:52:10 +00:00
</clickhouse>