From d2a52c19289b5615f8ab08f7a3ae88a594d4a0c1 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Wed, 8 Jul 2026 16:37:27 +0900 Subject: [PATCH] release-8.5.6: fix Dumpling MySQL 8.4 support wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'terminology' was an inaccurate translation of the Chinese original '二进制日志命名' (binary log naming). Change to 'naming' for accuracy. --- releases/release-8.5.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-8.5.6.md b/releases/release-8.5.6.md index 0190761e7b683..aea3143ae5f9a 100644 --- a/releases/release-8.5.6.md +++ b/releases/release-8.5.6.md @@ -83,7 +83,7 @@ For TiDB clusters newly deployed in v8.5.5 (that is, not upgraded from versions - Starting from v8.5.6, TiDB supports a MySQL-compatible column-level privilege management mechanism. You can grant or revoke `SELECT`, `INSERT`, `UPDATE`, and `REFERENCES` privileges for specific columns at the table level. For more information, see [Column-Level Privilege Management](https://docs.pingcap.com/tidb/v8.5/column-privilege-management). - Starting from v8.5.6, TiDB supports using table aliases in the `FOR UPDATE OF` clause. To maintain backward compatibility, you can still reference the base table name when an alias is defined, but this triggers a warning recommending the use of an explicit alias. For more information, see [`SELECT`](https://docs.pingcap.com/tidb/v8.5/sql-statement-select). -- Starting from v8.5.6, Dumpling supports exporting data from MySQL 8.4 by adopting the updated MySQL binary log terminology. [#53082](https://github.com/pingcap/tidb/issues/53082) @[dveeden](https://github.com/dveeden) +- Starting from v8.5.6, Dumpling supports exporting data from MySQL 8.4 by adapting to the updated MySQL binary log naming. [#53082](https://github.com/pingcap/tidb/issues/53082) @[dveeden](https://github.com/dveeden) - Starting from v8.5.6, TiDB Data Migration (DM) supports MySQL 8.4 as an upstream data source by adapting to the new terminology and version detection logic introduced in this version. [#11020](https://github.com/pingcap/tiflow/issues/11020) @[dveeden](https://github.com/dveeden) ### System variables