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
commit 1c801650f8
3 changed files with 7 additions and 2 deletions

View file

@ -1,2 +1,2 @@
MYSQL_ADD_PLUGIN(EXAMPLE_KEY_MANAGEMENT_PLUGIN example_key_management_plugin.cc
MODULE_ONLY)
MODULE_ONLY ONLY_IF HAVE_EncryptAes128Ctr)