MySQL 8.3.0
Source Code Documentation
persistent_dynamic_loader_imp.h File Reference

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 ()
 

Function Documentation

◆ persistent_dynamic_loader_deinit()

void persistent_dynamic_loader_deinit ( )

◆ persistent_dynamic_loader_init()

bool persistent_dynamic_loader_init ( void *  thd)

Initializes persistence store, loads all groups of components registered in component table.

Parameters
thdCurrent thread execution context
Returns
Status of performed operation
Return values
falsesuccess
truefailure