These settings are available in system.settings and are autogenerated from source.
mysql_map_fixed_string_to_text_in_show_columns
Type
Bool
Default
1
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.2 | 1 | Reduce the configuration effort to connect ClickHouse with BI tools. |
When enabled, FixedString ClickHouse data type will be displayed as TEXT in SHOW COLUMNS.
Has an effect only when the connection is made through the MySQL wire protocol.
- 0 - Use
BLOB. - 1 - Use
TEXT.
mysql_map_string_to_text_in_show_columns
Type
Bool
Default
1
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.2 | 1 | Reduce the configuration effort to connect ClickHouse with BI tools. |
When enabled, String ClickHouse data type will be displayed as TEXT in SHOW COLUMNS.
Has an effect only when the connection is made through the MySQL wire protocol.
- 0 - Use
BLOB. - 1 - Use
TEXT.