1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

remove wrappers in encryption_keys.cc

invoke plugin methods directly
This commit is contained in:
Sergei Golubchik
2015-04-01 18:26:19 +02:00
parent bb1b61b312
commit c0878f64c5
10 changed files with 70 additions and 181 deletions

View File

@ -1562,6 +1562,9 @@ int plugin_init(int *argc, char **argv, int flags)
DBUG_ASSERT(strcmp(list_of_services[4].name, "debug_sync_service") == 0);
list_of_services[4].service= *(void**)&debug_sync_C_callback_ptr;
/* prepare encryption_keys service */
finalize_encryption_plugin(0);
mysql_mutex_lock(&LOCK_plugin);
initialized= 1;