MySQL 9.1.0
Source Code Documentation
|
Keyring load service provides way to initialize or reiniitalize keyring component. More...
#include <keyring_load.h>
Public Attributes | |
mysql_service_status_t(* | load )(const char *component_path, const char *instance_path) |
Initialize or Reinitialize keyring. More... | |
Keyring load service provides way to initialize or reiniitalize keyring component.
This must be implemented by any component that aims at providing keyring functionality.
mysql_service_status_t(* s_mysql_keyring_load::load) (const char *component_path, const char *instance_path) |
Initialize or Reinitialize keyring.
A call to (re)initialize service API should result into
Note: This routine should be called in following cases: A. After loading keyring component B. To refresh keyring component
[in] | component_path | Path to component's shared library. Non-null. |
[in] | instance_path | Path for instance specific configuration. If null, assumed as current working directory. |
Status | of the operation |
false | Success |
true | Failure |