mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Remove valgrind and compiler warnings
Add function 'vio_end' that will cleanup resources allocated by vio and the components it uses. include/violite.h: Import patch warnings.patch libmysql/libmysql.c: Import patch warnings.patch sql/mysqld.cc: Import patch warnings.patch vio/test-ssl.c: Import patch warnings.patch vio/test-sslclient.c: Import patch warnings.patch vio/test-sslserver.c: Import patch warnings.patch vio/vio.c: Import patch warnings.patch vio/viosslfactories.c: Import patch warnings.patch
This commit is contained in:
parent
c593d1f1ca
commit
bc32493732
8 changed files with 26 additions and 6 deletions
|
|
@ -220,7 +220,7 @@ static void check_ssl_init()
|
|||
}
|
||||
|
||||
/************************ VioSSLFd **********************************/
|
||||
struct st_VioSSLFd *
|
||||
static struct st_VioSSLFd *
|
||||
new_VioSSLFd(const char *key_file, const char *cert_file,
|
||||
const char *ca_file, const char *ca_path,
|
||||
const char *cipher, SSL_METHOD *method)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue