From c3965e568266182a4f2bb1b9af96e270861ac3b5 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 1 Dec 2023 18:18:58 +0800 Subject: [PATCH 1/5] Add temp.md --- temp.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 temp.md diff --git a/temp.md b/temp.md new file mode 100644 index 0000000000000..af27ff4986a7b --- /dev/null +++ b/temp.md @@ -0,0 +1 @@ +This is a test file. \ No newline at end of file From 1fa00f81947dfff20e0f2da1c6d55254ab5b37f8 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 1 Dec 2023 18:19:02 +0800 Subject: [PATCH 2/5] Delete temp.md --- temp.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 temp.md diff --git a/temp.md b/temp.md deleted file mode 100644 index af27ff4986a7b..0000000000000 --- a/temp.md +++ /dev/null @@ -1 +0,0 @@ -This is a test file. \ No newline at end of file From 5f666838085fb6cc3849fe211195e6184b744ce3 Mon Sep 17 00:00:00 2001 From: qiancai Date: Fri, 1 Dec 2023 18:22:46 +0800 Subject: [PATCH 3/5] Update system-variables.md --- system-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/system-variables.md b/system-variables.md index 927207fe5a4df..0e48ada5b91d8 100644 --- a/system-variables.md +++ b/system-variables.md @@ -546,6 +546,7 @@ mysql> SHOW GLOBAL VARIABLES LIKE 'max_prepared_stmt_count'; - Setting this variable to `ON` requires you to connect to TiDB from a session that has TLS enabled. This helps prevent lock-out scenarios when TLS is not configured correctly. - This setting was previously a `tidb.toml` option (`security.require-secure-transport`), but changed to a system variable starting from TiDB v6.1.0. +- For v6.5.6 or later v6.5.x releases, when Security Enhanced Mode (SEM) is enabled, setting this variable to `ON` is prohibited to avoid potential connectivity issues for users. ### skip_name_resolve New in v5.2.0 From 5ee54e015028dfc7a9b77c1e22c7ba4ac6cce470 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 5 Dec 2023 11:19:40 +0800 Subject: [PATCH 4/5] Update system-variables.md Co-authored-by: Aolin --- system-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-variables.md b/system-variables.md index 0e48ada5b91d8..911a722eae0fc 100644 --- a/system-variables.md +++ b/system-variables.md @@ -546,7 +546,7 @@ mysql> SHOW GLOBAL VARIABLES LIKE 'max_prepared_stmt_count'; - Setting this variable to `ON` requires you to connect to TiDB from a session that has TLS enabled. This helps prevent lock-out scenarios when TLS is not configured correctly. - This setting was previously a `tidb.toml` option (`security.require-secure-transport`), but changed to a system variable starting from TiDB v6.1.0. -- For v6.5.6 or later v6.5.x releases, when Security Enhanced Mode (SEM) is enabled, setting this variable to `ON` is prohibited to avoid potential connectivity issues for users. +- For v6.5.6 or later v6.5 versions, when Security Enhanced Mode (SEM) is enabled, setting this variable to `ON` is prohibited to avoid potential connectivity issues for users. ### skip_name_resolve New in v5.2.0 From 3bf1d1caf347cf720ac8b8b753aec1502df60b22 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 5 Dec 2023 11:20:15 +0800 Subject: [PATCH 5/5] Update system-variables.md --- system-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-variables.md b/system-variables.md index 911a722eae0fc..4463ede235600 100644 --- a/system-variables.md +++ b/system-variables.md @@ -546,7 +546,7 @@ mysql> SHOW GLOBAL VARIABLES LIKE 'max_prepared_stmt_count'; - Setting this variable to `ON` requires you to connect to TiDB from a session that has TLS enabled. This helps prevent lock-out scenarios when TLS is not configured correctly. - This setting was previously a `tidb.toml` option (`security.require-secure-transport`), but changed to a system variable starting from TiDB v6.1.0. -- For v6.5.6 or later v6.5 versions, when Security Enhanced Mode (SEM) is enabled, setting this variable to `ON` is prohibited to avoid potential connectivity issues for users. +- For v6.5.6 or later 6.5 versions, when Security Enhanced Mode (SEM) is enabled, setting this variable to `ON` is prohibited to avoid potential connectivity issues for users. ### skip_name_resolve New in v5.2.0