encryption key management plugin api

This commit is contained in:
Sergei Golubchik 2015-01-05 13:36:14 +01:00
commit cf8bf0b68e
50 changed files with 696 additions and 344 deletions

View file

@ -105,7 +105,7 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/compat56.cc
../sql/table_cache.cc
../sql/item_inetfunc.cc
../sql/wsrep_dummy.cc
../sql/wsrep_dummy.cc ../sql/encryption_keys.cc
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE}
)