mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
OpenSSL tests added
This commit is contained in:
5
mysql-test/t/openssl_1.test
Normal file
5
mysql-test/t/openssl_1.test
Normal file
@@ -0,0 +1,5 @@
|
||||
# We test openssl. Result set is optimized to be compiled with --with-openssl but
|
||||
# SSL is swithced off in some reason
|
||||
|
||||
SHOW STATUS LIKE 'SSL%';
|
||||
|
6
mysql-test/t/openssl_2.test
Normal file
6
mysql-test/t/openssl_2.test
Normal file
@@ -0,0 +1,6 @@
|
||||
-- source include/have_openssl.inc
|
||||
|
||||
# We want to test everything with SSL turned on.
|
||||
|
||||
SHOW STATUS LIKE 'SSL%';
|
||||
|
@@ -1,4 +0,0 @@
|
||||
|
||||
|
||||
SHOW STATUS LIKE 'SSL%';
|
||||
|
Reference in New Issue
Block a user