← Back to team overview

maria-developers team mailing list archive

More explicit Error message

 

diff --git a/libmysql/errmsg.c b/libmysql/errmsg.c
index 84884f9..abcf3f3 100644
--- a/libmysql/errmsg.c
+++ b/libmysql/errmsg.c
@@ -31,7 +31,7 @@
   "Can't connect to MySQL server on '%-.100s' (%M)",
   "Can't create TCP/IP socket (%M)",
   "Unknown MySQL server host '%-.100s' (%d)",
-  "MySQL server has gone away",
+  "MySQL server has gone away due to wait_timeout limit reached",
   "Protocol mismatch; server version = %d, client version = %d",
   "MySQL client ran out of memory",
   "Wrong host info",