From 9ed05ca34b74d05612437023a9b15777e6b1b414 Mon Sep 17 00:00:00 2001 From: Roman Bug Date: Mon, 19 Jul 2021 10:10:18 +0300 Subject: [PATCH] Update docs/en/engines/database-engines/materialize-mysql.md Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com> --- docs/en/engines/database-engines/materialize-mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/engines/database-engines/materialize-mysql.md b/docs/en/engines/database-engines/materialize-mysql.md index 2a5c22acd38..198808fa952 100644 --- a/docs/en/engines/database-engines/materialize-mysql.md +++ b/docs/en/engines/database-engines/materialize-mysql.md @@ -82,7 +82,7 @@ MySQL DDL queries are converted into the corresponding ClickHouse DDL queries ([ - If `_sign` is not specified in the `SELECT` query, `WHERE _sign=1` is used by default. So the deleted rows are not included into the result set. -- The result includes columns comments from the MySQL database that materialized (if they exist). +- The result includes columns comments in case they exist in MySQL database tables. ### Index Conversion {#index-conversion}