mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Error code for ssl connection
Fix bug when server hang(with SSL, with modified libmysql) Add options master-ssl-capath and master-ssl-cipher Add some error checking(SSL)
This commit is contained in:
@ -61,3 +61,4 @@ extern const char *client_errors[]; /* Error messages */
|
||||
#define CR_PROBE_SLAVE_HOSTS 2023
|
||||
#define CR_PROBE_SLAVE_CONNECT 2024
|
||||
#define CR_PROBE_MASTER_CONNECT 2025
|
||||
#define CR_SSL_CONNECTION_ERROR 2026
|
||||
|
Reference in New Issue
Block a user