mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 11:33:46 +00:00
ff46e8bb51
1. Dropped support for DatabaseOrdinary for MaterializeMySQL. It is marked as experimental, and dropping support makes the code more maintaible, and speeds up integration tests by 50%. 2. Get rid of thread name logic for StorageMaterializeMySQL wrapping, use setInternalQuery instead (similar to MaterializedPostgreSQL).
22 lines
677 B
XML
22 lines
677 B
XML
<?xml version="1.0"?>
|
|
<clickhouse>
|
|
<profiles>
|
|
<default>
|
|
<allow_experimental_database_materialized_mysql>1</allow_experimental_database_materialized_mysql>
|
|
<default_database_engine>Atomic</default_database_engine>
|
|
<allow_introspection_functions>1</allow_introspection_functions>
|
|
<optimize_on_insert>0</optimize_on_insert>
|
|
</default>
|
|
</profiles>
|
|
|
|
<users>
|
|
<default>
|
|
<password></password>
|
|
<networks incl="networks" replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>default</profile>
|
|
</default>
|
|
</users>
|
|
</clickhouse>
|