1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Add "have_ssl" as synonym for "have_openssl"

mysql-test/t/openssl_1.test:
  Add "have_ssl" as synonym for "have_openssl"
  Correct comment
This commit is contained in:
unknown
2007-03-05 10:03:42 +01:00
parent b9c36948f4
commit 3880c80fc6
14 changed files with 25 additions and 22 deletions

View File

@ -0,0 +1,4 @@
-- require r/have_ssl.require
disable_query_log;
show variables like "have_ssl";
enable_query_log;