ClickHouse/tests/integration/test_replicated_database/configs/inconsistent_settings.xml

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

19 lines
689 B
XML
Raw Normal View History

<clickhouse>
<profiles>
<default>
<allow_drop_detached>1</allow_drop_detached>
<allow_experimental_alter_materialized_view_structure>1</allow_experimental_alter_materialized_view_structure>
<allow_experimental_object_type>0</allow_experimental_object_type>
<allow_suspicious_codecs>0</allow_suspicious_codecs>
<throw_on_unsupported_query_inside_transaction>0</throw_on_unsupported_query_inside_transaction>
<implicit_transaction>1</implicit_transaction>
</default>
</profiles>
<users>
<default>
<profile>default</profile>
</default>
</users>
</clickhouse>