MySQL 9.1.0
Source Code Documentation
|
Redo log functions related to PFS tables for redo log. More...
#include <mysql/components/service.h>
Go to the source code of this file.
Functions | |
bool | log_pfs_acquire_services (const mysql_service_registry_t *reg_srv) |
Acquire services required for redo log PFS tables. More... | |
void | log_pfs_release_services (const mysql_service_registry_t *reg_srv) |
Release services that have been acquired for redo log PFS tables. More... | |
bool | log_pfs_create_tables () |
Create redo log PFS tables. More... | |
void | log_pfs_delete_tables () |
Redo log functions related to PFS tables for redo log.
bool log_pfs_acquire_services | ( | const mysql_service_registry_t * | reg_srv | ) |
Acquire services required for redo log PFS tables.
[in,out] | reg_srv | registry which allows to acquire services |
true | success |
false | error |
bool log_pfs_create_tables | ( | ) |
Create redo log PFS tables.
Note that log_pfs_acquire_services() had to be called prior to calling this function. If the log_pfs_acquire_services() failed, then a call to this function is still allowed, but it will report an error then.
true | success |
false | error |
void log_pfs_delete_tables | ( | ) |
void log_pfs_release_services | ( | const mysql_service_registry_t * | reg_srv | ) |
Release services that have been acquired for redo log PFS tables.
[in,out] | reg_srv | registry which was used to acquire the services |