From 8d9f25cb259b12e48381a98d7d57cbe955a7757b Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 1 Mar 2024 14:28:42 +0900 Subject: [PATCH 1/2] tidb: "PD server timeout" error message as lowercase --- error-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error-codes.md b/error-codes.md index 08252447127c5..9150446044b53 100644 --- a/error-codes.md +++ b/error-codes.md @@ -532,7 +532,7 @@ TiDB is compatible with the error codes in MySQL, and in most cases returns the * Error Number: 9001 - The complete error message: `ERROR 9001 (HY000): PD Server Timeout` + The complete error message: `ERROR 9001 (HY000): PD server timeout` The PD request timed out. From de56bcc027b4dd68ee22c047c0c2954c62617299 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 5 Mar 2024 16:38:09 +0900 Subject: [PATCH 2/2] Use `ERROR 9002 (HY000): TiKV server timeout` error message as lowercase --- error-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error-codes.md b/error-codes.md index 9150446044b53..1bba32e0a314b 100644 --- a/error-codes.md +++ b/error-codes.md @@ -540,7 +540,7 @@ TiDB is compatible with the error codes in MySQL, and in most cases returns the * Error Number: 9002 - The complete error message: `ERROR 9002 (HY000): TiKV Server Timeout` + The complete error message: `ERROR 9002 (HY000): TiKV server timeout` The TiKV request timed out.