mariadb/mysql-test/suite/plugins
Sergei Golubchik 05fe3f1c18 Two problems with auth_parsec.so
1. it links with ${SSL_LIBRARIES}, in WolfSSL builds it's a static
   library, so when a plugin is loaded there will be two copies of
   wolfssl in the same address space. It breaks odr (at least).
2. Plugin can linked with OpenSSL and the server with WolfSSL or
   vice versa. It might load, but then we'll have both WolfSSL and
   OpenSSL at the same time. Kind of risky.

Fix: link the plugin statically into the server if it's a WolfSSL build

adjust tests to work with static and dynamic parsec
2024-08-12 10:32:03 +02:00
..
r Two problems with auth_parsec.so 2024-08-12 10:32:03 +02:00
t Two problems with auth_parsec.so 2024-08-12 10:32:03 +02:00
disabled.def Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
suite.pm MDEV-23024 Remove Cassandra Storage Engine 2020-07-14 16:24:50 +03:00