1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Fix error message (hostname max. 100 characters)

This commit is contained in:
Georg Richter
2016-03-09 18:27:48 +01:00
parent cc0c34554d
commit 454a95768f

View File

@@ -85,7 +85,7 @@ const char *client_errors[]=
/* 2002 */ "Can't connect to local MySQL server through socket '%-.64s' (%d)",
/* 2003 */ "Can't connect to MySQL server on '%-.64s' (%d)",
/* 2004 */ "Can't create TCP/IP socket (%d)",
/* 2005 */ "Unknown MySQL Server Host '%-.64s' (%d)",
/* 2005 */ "Unknown MySQL server host '%-.100s' (%d)",
/* 2006 */ "MySQL server has gone away",
/* 2007 */ "Protocol mismatch. Server Version = %d Client Version = %d",
/* 2008 */ "MySQL client run out of memory",