mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
7 lines
197 B
XML
7 lines
197 B
XML
<clickhouse>
|
|
<!-- Allow nullable key to avoid errors while fuzzing definitions of tables -->
|
|
<merge_tree>
|
|
<allow_nullable_key>1</allow_nullable_key>
|
|
</merge_tree>
|
|
</clickhouse>
|