diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-04-01 18:26:19 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-04-09 18:42:43 +0200 |
commit | c0878f64c5c39b9cc21f66a401040a708f4f0792 (patch) | |
tree | ed5a7be09890c9aed02bb797413ae41f44b5a60f /sql/sql_plugin_services.h | |
parent | bb1b61b312088ba9f5f2cb606594b6f33c284402 (diff) | |
download | mariadb-git-c0878f64c5c39b9cc21f66a401040a708f4f0792.tar.gz |
remove wrappers in encryption_keys.cc
invoke plugin methods directly
Diffstat (limited to 'sql/sql_plugin_services.h')
-rw-r--r-- | sql/sql_plugin_services.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/sql_plugin_services.h b/sql/sql_plugin_services.h index 8deac855a53..768797a4381 100644 --- a/sql/sql_plugin_services.h +++ b/sql/sql_plugin_services.h @@ -139,15 +139,6 @@ static struct wsrep_service_st wsrep_handler = { wsrep_unlock_rollback }; -static struct encryption_keys_service_st encryption_keys_handler= -{ - get_latest_encryption_key_version, - has_encryption_key, - get_encryption_key, - encrypt_data, - decrypt_data -}; - static struct thd_specifics_service_st thd_specifics_handler= { thd_key_create, |