From f3eeb892e0afccdf1b9c36ccfa9ad30b1bd550a2 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 19 Dec 2024 11:56:47 +0800 Subject: [PATCH] add an empty line --- basic-features.md | 1 + 1 file changed, 1 insertion(+) diff --git a/basic-features.md b/basic-features.md index 4b186198c1ca3..18af8ac5188e6 100644 --- a/basic-features.md +++ b/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.