mariadb/plugin
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
..
audit_null
auth_dialog
auth_ed25519 Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
auth_examples MDEV-31855 validate ssl certificates using client password in the internal client 2024-02-04 22:19:19 +01:00
auth_gssapi MDEV-28671 post-merge fixes 2024-05-27 12:39:02 +02:00
auth_pam Fix g++-14 -Wcalloc-transposed-args 2024-03-19 08:07:41 +02:00
auth_parsec Two problems with auth_parsec.so 2024-08-12 10:32:03 +02:00
auth_pipe
auth_socket Extend Unix socket authentication to support authentication_string 2024-08-05 10:51:49 +01:00
aws_key_management Merge remote-tracking branch 'origin/11.4' into 11.5 2024-07-10 12:17:09 +04:00
cracklib_password_check Merge 10.6 into 10.11 2024-02-08 15:04:46 +02:00
daemon_example
debug_key_management
disks Merge branch '10.5' into 10.6 2024-01-31 18:04:03 +01:00
example_key_management
feedback Merge remote-tracking branch 'origin/11.4' into 11.5 2024-07-10 12:17:09 +04:00
file_key_management MDEV-28671 post-merge fixes 2024-05-27 12:39:02 +02:00
fulltext MDEV-28671 post-merge fixes 2024-05-27 12:39:02 +02:00
func_test Merge branch '11.4' into 11.5 2024-08-05 17:50:18 +02:00
handler_socket MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
hashicorp_key_management MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
locale_info MDEV-31340 Remove MY_COLLATION_HANDLER::strcasecmp() 2024-04-18 15:22:10 +04:00
metadata_lock_info Merge remote-tracking branch 'origin/11.2' into 11.4 2024-07-09 21:45:37 +04:00
password_reuse_check
provider_bzip2
provider_lz4
provider_lzma
provider_lzo
provider_snappy
qc_info MDEV-31340 Remove MY_COLLATION_HANDLER::strcasecmp() 2024-04-18 15:22:10 +04:00
query_response_time cleanup: remove thd->stmt_changes_data 2024-05-27 12:39:02 +02:00
server_audit MDEV-28671 post-merge fixes 2024-05-27 12:39:02 +02:00
simple_password_check
sql_errlog MDEV-28671 post-merge fixes 2024-05-27 12:39:02 +02:00
test_sql_service MDEV-28671 post-merge fixes 2024-05-27 12:39:02 +02:00
type_geom MDEV-32205 crash in get_schema_key_period_usage_record without InnoDB 2024-02-12 22:26:06 +01:00
type_inet Merge branch 'bb-11.5-release' into bb-11.6-release 2024-08-06 17:28:38 +02:00
type_mysql_json Merge 10.6 into 10.11 2024-06-27 10:26:09 +03:00
type_mysql_timestamp MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
type_test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
type_uuid Merge branch 'bb-11.5-release' into bb-11.6-release 2024-08-06 17:28:38 +02:00
user_variables Merge 10.6 into 10.11 2024-01-18 19:22:23 +02:00
userstat MDEV-34571 Add page accessed and pages read from disk to table_stats 2024-07-12 11:28:18 +03:00
versioning Merge remote-tracking branch 'origin/11.4' into 11.5 2024-07-10 12:17:09 +04:00
win_auth_client
wsrep_info test.cnf files should !include default_my.cnf 2024-02-03 11:22:20 +01:00