1
0
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:
tonu@x153.internalnet
2001-09-01 05:36:06 +08:00
parent 921cae2c5c
commit d02c295d1c
7 changed files with 31 additions and 4 deletions

View 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%';

View File

@@ -0,0 +1,6 @@
-- source include/have_openssl.inc
# We want to test everything with SSL turned on.
SHOW STATUS LIKE 'SSL%';

View File

@@ -1,4 +0,0 @@
SHOW STATUS LIKE 'SSL%';