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

Added openssl layer support

Imported libmysql unittests
Added simple ssl tests
minor cleanup
This commit is contained in:
Georg Richter
2012-11-26 08:32:41 +01:00
parent dd3d0d6f52
commit 012b30ae15
36 changed files with 19601 additions and 89 deletions

View File

@@ -58,6 +58,7 @@ extern const char *client_errors[]; /* Error messages */
#define CR_NAMEDPIPESETSTATE_ERROR 2018
#define CR_CANT_READ_CHARSET 2019
#define CR_NET_PACKET_TOO_LARGE 2020
#define CR_SSL_CONNECTION_ERROR 2026
#define CR_MALFORMED_PACKET 2027
#define CR_NO_PREPARE_STMT 2030
#define CR_PARAMS_NOT_BOUND 2031