DOCSUP-10513: FIX PR comments.

This commit is contained in:
romanzhukov 2021-07-17 11:52:43 +03:00
parent 495ab4cfa5
commit 2f3bd6b737
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ toc_title: MaterializeMySQL
Creates ClickHouse database with all the tables existing in MySQL, and all the data in those tables.
ClickHouse server works as MySQL replica. It reads binlog and performs DDL and DML queries. ClickHouse database created with MaterializeMySQL contains all column comments from the MySQL database that materialized.
ClickHouse server works as MySQL replica. It reads binlog and performs DDL and DML queries.
This feature is experimental.

View File

@ -6,7 +6,7 @@ toc_title: MaterializeMySQL
# MaterializeMySQL {#materialize-mysql}
Создает базу данных ClickHouse со всеми таблицами, существующими в MySQL, и всеми данными в этих таблицах. Содержит все комментарии столбцов из базы данных MySQL, которые материализовались.
Создает базу данных ClickHouse со всеми таблицами, существующими в MySQL, и всеми данными в этих таблицах.
Сервер ClickHouse работает как реплика MySQL. Он читает файл binlog и выполняет DDL and DML-запросы.