mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Yet another SSL fixes
This commit is contained in:
2
mysql-test/include/have_openssl_1.inc
Normal file
2
mysql-test/include/have_openssl_1.inc
Normal file
@ -0,0 +1,2 @@
|
||||
-- require r/have_openssl_1.require
|
||||
show variables like "have_openssl";
|
2
mysql-test/include/have_openssl_2.inc
Normal file
2
mysql-test/include/have_openssl_2.inc
Normal file
@ -0,0 +1,2 @@
|
||||
-- require r/have_openssl_2.require
|
||||
SHOW STATUS LIKE "SSL_get_cipher";
|
2
mysql-test/r/have_openssl_1.require
Normal file
2
mysql-test/r/have_openssl_1.require
Normal file
@ -0,0 +1,2 @@
|
||||
Variable_name Value
|
||||
have_openssl YES
|
2
mysql-test/r/have_openssl_2.require
Normal file
2
mysql-test/r/have_openssl_2.require
Normal file
@ -0,0 +1,2 @@
|
||||
Variable_name Value
|
||||
jkhjkhfs
|
@ -1,5 +1,6 @@
|
||||
# We test openssl. Result set is optimized to be compiled with --with-openssl but
|
||||
# SSL is swithced off in some reason
|
||||
-- source include/have_openssl_2.inc
|
||||
|
||||
SHOW STATUS LIKE 'SSL%';
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# We want to test everything with SSL turned on.
|
||||
-- source include/have_openssl.inc
|
||||
-- source include/have_openssl_2.inc
|
||||
|
||||
SHOW STATUS LIKE 'SSL%';
|
||||
|
||||
|
@ -1991,7 +1991,7 @@ The server will not act as a slave.");
|
||||
if(hEventShutdown) CloseHandle(hEventShutdown);
|
||||
}
|
||||
#endif
|
||||
|
||||
my_free((gptr)ssl_acceptor_fd,MYF(0));
|
||||
/* Wait until cleanup is done */
|
||||
(void) pthread_mutex_lock(&LOCK_thread_count);
|
||||
while (!ready_to_exit)
|
||||
|
Reference in New Issue
Block a user