mariadb/mysql-test/suite/plugins/r
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.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
audit_null_debug.result
auth_ed25519.result
auth_v0100.result
binlog-simple_plugin_check.result
compression,innodb-lz4.rdiff MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
compression,innodb-lzma.rdiff MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
compression,innodb-lzo.rdiff MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
compression,innodb-snappy.rdiff MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
compression,mroonga-lz4.rdiff MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
compression.result MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted 2024-02-08 14:20:42 +02:00
compression_load.result
cracklib_password_check.result
dialog.result
false_dupes-6543.result
feedback_plugin_install.result
feedback_plugin_load.result MDEV-25829 Change default Unicode collation to uca1400_ai_ci 2024-05-24 15:50:05 +04:00
feedback_plugin_send.result Re-recording MTR_FEEDBACK_PLUGIN=1 mtr plugins.feedback_plugin_send results 2024-05-28 07:27:30 +04:00
fulltext_plugin.result
locales.result
max_password_errors_auth_named_pipe.result
max_password_errors_auth_socket.result
multiauth.result
pam.result
pam_cleartext.result
pam_v1.result
parsec.result Two problems with auth_parsec.so 2024-08-12 10:32:03 +02:00
password_reuse_check.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
processlist.result
qc_info.result
qc_info_priv.result
rpl_auth.result Two problems with auth_parsec.so 2024-08-12 10:32:03 +02:00
server_audit.result
show_all_plugins.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
simple_password_check.result
sql_error_log.result Merge branch '10.6' into 10.11 2024-02-01 18:36:14 +01:00
sql_error_log_withdbinfo.result Merge branch '10.6' into 10.11 2024-02-01 18:36:14 +01:00
test_sql_service.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
thread_pool_server_audit.result
two_password_validations.result
unix_socket.result
unix_socket_osuser_match_auth_string.result Extend Unix socket authentication to support authentication_string 2024-08-05 10:51:49 +01:00