From df933d72c85dda293761c959b845c4d61e9f1493 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Mon, 25 Dec 2023 15:13:49 +0800 Subject: [PATCH] Update ticdc/ticdc-changefeed-config.md --- ticdc/ticdc-changefeed-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-changefeed-config.md b/ticdc/ticdc-changefeed-config.md index 61825e504a819..e01aca93c51ea 100644 --- a/ticdc/ticdc-changefeed-config.md +++ b/ticdc/ticdc-changefeed-config.md @@ -67,7 +67,7 @@ enable-old-value = true # Note: This configuration item only takes effect if the downstream is TiDB. # sync-point-retention = "1h" -# Starting from v6.5.6, this configuration item specifies the SQL mode used when parsing DDL statements. Multiple modes are separated by commas. +# Starting from v6.5.6 and v7.1.3, this configuration item specifies the SQL mode used when parsing DDL statements. Multiple modes are separated by commas. # The default value is the same as the default SQL mode of TiDB. # sql-mode = "ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"