You've already forked mariadb-connector-c
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user