From c59991139b4b148d76bd9cf30b5ceb112d1821d7 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Tue, 10 Oct 2023 20:49:17 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Grace Cai --- releases/release-7.4.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/release-7.4.0.md b/releases/release-7.4.0.md index 1947eacafc1e3..ecbc4766e7601 100644 --- a/releases/release-7.4.0.md +++ b/releases/release-7.4.0.md @@ -257,7 +257,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v7.4/quick-start-with- - Support configuring the `Split_File` option, which allows you to split a large CSV file into multiple 256 MiB small CSV files for parallel processing, improving import performance. - Support importing compressed CSV and SQL files. The supported compression formats include `.gzip`, `.gz`, `.zstd`, `.zst`, and `.snappy`. - For more information, see [documentation](/sql-statements/sql-statement-import-into.md). + For more information, see [documentation](/sql-statements/sql-statement-import-into.md). * Dumpling supports the user-defined terminator when exporting data to CSV files [#46982](https://github.com/pingcap/tidb/issues/46982) @[GMHDBJD](https://github.com/GMHDBJD) @@ -287,7 +287,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v7.4/quick-start-with- ### Behavior changes -* Starting with v7.4.0, TiDB is compatible with core MySQL 8.0 features, and `version()` returns the version prefixed with `8.0.11`. +* Starting with v7.4.0, TiDB is compatible with core features of MySQL 8.0, and `version()` returns the version prefixed with `8.0.11`. * After TiFlash is upgraded to v7.4.0 from an earlier version, in-place downgrading to the original version is not supported. This is because, starting from v7.4, TiFlash optimizes the data compaction logic of PageStorage V3 to reduce the read and write amplification generated during data compaction, which leads to changes to some of the underlying storage file names.