mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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.
This commit is contained in:
4
mysql-test/include/not_ssl.inc
Normal file
4
mysql-test/include/not_ssl.inc
Normal file
@ -0,0 +1,4 @@
|
||||
if (`select @@have_ssl = 'YES'`)
|
||||
{
|
||||
skip only without SSL;
|
||||
}
|
Reference in New Issue
Block a user