Skip to content

Commit 9f156ad

Browse files
authored
docs: remove outdated limitation for MySQL table engine
The OS limitation was removed in ClickHouse#46316. Also verified that MySQL table engine support is working as expected on macOS by running a basic test locally.
1 parent 15ad477 commit 9f156ad

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)