mariadb/mysql-test/include/not_ssl.inc
Sergei Golubchik 6a742fc3b1 MDEV-3927 Add variable "have yassl"
have_openssl variable was ON even when OpenSSL was not used (but YaSSL was).
fix that, so that have_openssl really corresponds to OpenSSL

rename not_openssl.inc to not_ssl.inc and fix the test accordingly.
2012-12-18 11:56:00 +01:00

4 lines
62 B
PHP

if (`select @@have_ssl = 'YES'`)
{
skip only without SSL;
}