From fd41a59f2845172654507795fcb6aa34b8dafb2f Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 2 Jan 2024 22:11:52 +0800 Subject: [PATCH 1/3] 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 547639a52713a2beb9c4ff1dbdd8d62bc830c5cd Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 2 Jan 2024 22:11:58 +0800 Subject: [PATCH 2/3] 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 9da8614c14aa461f47dc67c86375c972a7139721 Mon Sep 17 00:00:00 2001 From: qiancai Date: Tue, 2 Jan 2024 22:16:48 +0800 Subject: [PATCH 3/3] Update system-variables.md --- system-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/system-variables.md b/system-variables.md index 3eb5ce3e7901f..06162498b0893 100644 --- a/system-variables.md +++ b/system-variables.md @@ -565,6 +565,7 @@ This variable is an alias for [`last_insert_id`](#last_insert_id). - Range: `[1024, 1073741824]` - The value should be an integer multiple of 1024. If the value is not divisible by 1024, a warning will be prompted and the value will be rounded down. For example, when the value is set to 1025, the actual value in TiDB is 1024. - The maximum packet size allowed by the server and the client in one transmission of packets. +- In the `SESSION` scope, this variable is read-only. - This variable is compatible with MySQL. ### password_history New in v6.5.0