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:
@ -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;
|
||||
|
Reference in New Issue
Block a user