mirror of
https://github.com/MariaDB/server.git
synced 2025-04-24 18:27:21 +03:00
as [skipped], even when run explicitly.) mysql-test/include/have_openssl_2.inc: There is no such variable as SSL_get_cipher. mysql-test/r/have_openssl_2.require: Require file required garbage. Fix to require something sensible. mysql-test/r/openssl_2.result: Add output of SHOW STATUS to test result. mysql-test/t/openssl_2.test: Use actual lettercase of SSL status variables. (Test will work with uppercase, but there's no reason not to use the actual lettercase.)
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
# We want to test everything with SSL turned on.
|
|
-- source include/have_openssl_2.inc
|
|
|
|
SHOW STATUS LIKE 'Ssl%';
|
|
|