From ac6d5e1522f710235bf5112a716f3b21c24c5180 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 5 Mar 2024 17:32:05 +0800 Subject: [PATCH] tidb: "PD server timeout" error message as lowercase (#16661) (#16687) --- error-codes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/error-codes.md b/error-codes.md index 20cef1c8688ac..af48638d829eb 100644 --- a/error-codes.md +++ b/error-codes.md @@ -531,7 +531,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. @@ -539,7 +539,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.