mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 00:24:41 +00:00
b7ef5a699c
* Get rid of non-existent vectorclass * Move FastMemcpy to contribs * Restore comments * Disable FastMemcpy on non-Linux * Fix cmake file * Don't build FastMemcpy for ARM64 * Replace FastMemcpy submodule with its contents * Fix cmake file * Move widechar_width to contrib/ * Move sumbur to contrib/ * Move consistent-hashing to contrib/ * Fix UBSan tests
22 lines
557 B
XML
22 lines
557 B
XML
<?xml version = '1.0' encoding = 'utf-8'?>
|
|
<yandex>
|
|
<mysql_goals>
|
|
<port>3306</port>
|
|
<user>root</user>
|
|
<db>Metrica</db>
|
|
<password>qwerty</password>
|
|
<replica>
|
|
<host>example02t</host>
|
|
<priority>0</priority>
|
|
</replica>
|
|
<replica>
|
|
<host>example02t</host>
|
|
<port>3306</port>
|
|
<user>root</user>
|
|
<password>qwerty</password>
|
|
<db>Metrica</db>
|
|
<priority>1</priority>
|
|
</replica>
|
|
</mysql_goals>
|
|
</yandex>
|