Update docs/en/engines/database-engines/materialize-mysql.md

Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
This commit is contained in:
Roman Bug 2021-07-19 10:10:18 +03:00 committed by GitHub
parent 2f3bd6b737
commit 9ed05ca34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}