Skip to content

Commit 6ab164a

Browse files
Merge pull request ClickHouse#80079 from morsapaes/patch-1
docs: remove outdated limitation for MySQL table engine
2 parents 95072a2 + 170ebfd commit 6ab164a

File tree

1 file changed

+0
-4
lines changed
  • docs/en/engines/table-engines/integrations

1 file changed

+0
-4
lines changed

docs/en/engines/table-engines/integrations/mysql.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ The table structure can differ from the original MySQL table structure:
3838
- Column types may differ from those in the original MySQL table. ClickHouse tries to [cast](../../../engines/database-engines/mysql.md#data_types-support) values to the ClickHouse data types.
3939
- The [external_table_functions_use_nulls](/operations/settings/settings#external_table_functions_use_nulls) setting defines how to handle Nullable columns. Default value: 1. If 0, the table function does not make Nullable columns and inserts default values instead of nulls. This is also applicable for NULL values inside arrays.
4040

41-
:::note
42-
The MySQL Table Engine is currently not available on the ClickHouse builds for MacOS ([issue](https://github.com/ClickHouse/ClickHouse/issues/21191))
43-
:::
44-
4541
**Engine Parameters**
4642

4743
- `host:port` — MySQL server address.

0 commit comments

Comments
 (0)