MySQL 9.1.0
Source Code Documentation
|
#include <mysql/components/service_implementation.h>
#include <mysql/components/services/persistent_dynamic_loader.h>
#include <mysql/psi/mysql_mutex.h>
#include <atomic>
#include <map>
#include "my_inttypes.h"
Go to the source code of this file.
Classes | |
class | mysql_persistent_dynamic_loader_imp |
Allows to wrap another Service Implementation of the Dynamic Loader service and add ability to store a list of groups of loaded components. More... | |
Functions | |
bool | persistent_dynamic_loader_init (void *thd) |
Initializes persistence store, loads all groups of components registered in component table. More... | |
void | persistent_dynamic_loader_deinit () |
void persistent_dynamic_loader_deinit | ( | ) |
bool persistent_dynamic_loader_init | ( | void * | thd | ) |
Initializes persistence store, loads all groups of components registered in component table.
thd | Current thread execution context |
false | success |
true | failure |