1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fix which include file is used to decide whether to skip rpl_openssl, the

earlier change wasn't correct. (But the other changes to the test were.)


mysql-test/t/rpl_openssl.test:
  Use correct include file
This commit is contained in:
unknown
2005-08-11 17:14:11 -07:00
parent 04e2ca68ff
commit 036c5b28d7

View File

@@ -1,4 +1,4 @@
source include/have_openssl.inc; source include/have_openssl_1.inc;
source include/master-slave.inc; source include/master-slave.inc;
# We don't test all types of ssl auth params here since it's a bit hard # We don't test all types of ssl auth params here since it's a bit hard