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
Error message fix:
Since TLS errors might happen not only when connecting and SSL protocol is not longer used, errormessage for CR_SSL_CONNECTION_ERROR was replaced by TLS/SSL error.
This commit is contained in:
@@ -108,7 +108,7 @@ const char *client_errors[]=
|
||||
/* 2023 */ "",
|
||||
/* 2024 */ "",
|
||||
/* 2025 */ "",
|
||||
/* 2026 */ "SSL connection error: %-.100s",
|
||||
/* 2026 */ "TLS/SSL error1: %-.100s",
|
||||
/* 2027 */ "received malformed packet",
|
||||
/* 2028 */ "",
|
||||
/* 2029 */ "",
|
||||
|
Reference in New Issue
Block a user