summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/have_ssl_crypto_functs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_ssl_crypto_functs.inc')
-rw-r--r--mysql-test/include/have_ssl_crypto_functs.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_ssl_crypto_functs.inc b/mysql-test/include/have_ssl_crypto_functs.inc
new file mode 100644
index 00000000..2204c81d
--- /dev/null
+++ b/mysql-test/include/have_ssl_crypto_functs.inc
@@ -0,0 +1,4 @@
+if (`SELECT count(*) = 0 FROM information_schema.GLOBAL_VARIABLES WHERE
+ VARIABLE_NAME = 'have_ssl' AND VARIABLE_VALUE <> 'NO'`){
+ skip Needs SSL;
+}