diff --git a/markdown-pages/en/tidb/master/basic-features.md b/markdown-pages/en/tidb/master/basic-features.md index 4b18619..18af8ac 100644 --- a/markdown-pages/en/tidb/master/basic-features.md +++ b/markdown-pages/en/tidb/master/basic-features.md @@ -270,6 +270,7 @@ You can try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?u | [Global Sort](/tidb-global-sort.md) | Y | Y | E | N | N | N | N | N | N | N | | [TiProxy](/tiproxy/tiproxy-overview.md) | Y | Y | N | N | N | N | N | N | N | N | | [Schema cache](/schema-cache.md) | Y | N | N | N | N | N | N | N | N | N | + [^1]: TiDB incorrectly treats latin1 as a subset of utf8. See [TiDB #18955](https://github.com/pingcap/tidb/issues/18955) for more details. [^2]: Starting from v6.5.0, the expression indexes created on the functions listed by the [`tidb_allow_function_for_expression_index`](/system-variables.md#tidb_allow_function_for_expression_index-new-in-v520) system variable have been tested and can be used in production environments, and more functions will be supported in the future releases. For functions not listed by this variable, the corresponding expression indexes are not recommended for use in production environments. See [expression indexes](/sql-statements/sql-statement-create-index.md#expression-index) for details.