From f879f8b283e67562573a7f087482fef720945561 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) (#16685) --- error-codes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/error-codes.md b/error-codes.md index 11e77b1f41931..ba45e329ee2a1 100644 --- a/error-codes.md +++ b/error-codes.md @@ -475,7 +475,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. @@ -483,7 +483,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.