mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-7450 key management plugins don't work with yassl
workaround, not a fix: don't build key management plugins in yassl builds
This commit is contained in:
@ -2,6 +2,7 @@ if (!$DIALOG_EXAMPLES_SO) { skip requires dialog_examples.so; }
|
||||
if (!$HA_EXAMPLE_SO) { skip requires ha_examples.so; }
|
||||
if (!$LIBDAEMON_EXAMPLE_SO) { skip requires libdaemon_examples.so; }
|
||||
if (!$UDF_EXAMPLE_SO) { skip requires udf_example.so; }
|
||||
if (!$EXAMPLE_KEY_MANAGEMENT_PLUGIN_SO) { skip requires example_key_management_plugin_so; }
|
||||
|
||||
flush status;
|
||||
show status like '%libraries%';
|
||||
|
Reference in New Issue
Block a user