From 52b784801c148e65bef8201bda2de546579912da Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 14 Sep 2021 16:58:41 +0800 Subject: [PATCH] basic-features: collapse charset and collations (#6452) (#6456) --- basic-features.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/basic-features.md b/basic-features.md index 7d8991ec65324..c432bd3259c3b 100644 --- a/basic-features.md +++ b/basic-features.md @@ -26,22 +26,7 @@ The following table provides an overview of the feature development history of T | [Window functions](/functions-and-operators/window-functions.md) | Y | Y | Y | Y | | [Miscellaneous functions](/functions-and-operators/miscellaneous-functions.md) | Y | Y | Y | Y | | [Operators](/functions-and-operators/operators.md) | Y | Y | Y | Y | -| [**Character sets**](/character-set-and-collation.md) | **5.2** | **5.1** | **5.0** | **4.0** | -| `utf8` | Y | Y | Y | Y | -| `utf8mb4` | Y | Y | Y | Y | -| `ascii` [^1] | Y | Y | Y | Y | -| `latin1` | Y | Y | Y | Y | -| `binary` | Y | Y | Y | Y | -| [**Collations**](/character-set-and-collation.md) | **5.2** | **5.1** | **5.0** | **4.0** | -| `utf8_bin` | Y | Y | Y | Y | -| `utf8_general_ci` | Y | Y | Y | Y | -| `utf8_unicode_ci` | Y | Y | Y | Y | -| `utf8mb4_bin` | Y | Y | Y | Y | -| `utf8mb4_general_ci` | Y | Y | Y | Y | -| `utf8mb4_unicode_ci` | Y | Y | Y | Y | -| `ascii_bin` | Y | Y | Y | Y | -| `latin1_bin` | Y | Y | Y | Y | -| `binary` | Y | Y | Y | Y | +| [Character sets and collations](/character-set-and-collation.md) [^1] | Y | Y | Y | Y | | **Indexing and constraints** | **5.2** | **5.1** | **5.0** | **4.0** | | [Expression indexes](/sql-statements/sql-statement-create-index.md#expression-index) | Experimental | Experimental | Experimental | Experimental | | [Columnar storage (TiFlash)](/tiflash/tiflash-overview.md) | Y | Y | Y | Y |