1
0
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:
Sergei Golubchik
2015-02-04 17:09:43 +01:00
parent d78a53ec43
commit 1c801650f8
3 changed files with 7 additions and 2 deletions

View File

@ -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%';