MySQL 9.1.0
Source Code Documentation
|
Functions | |
static os_offset_t | physical_size (const log_t &log, os_offset_t unused_file_size) |
static bool | physical_capacity_allows_to_recycle (const log_t &log, os_offset_t removed_file_size, os_offset_t unused_file_size) |
static bool | physical_capacity_allows_to_create (const log_t &log, os_offset_t unused_file_size) |
static size_t | number_of_files (const log_t &log) |
static bool | is_newest_lsn_nearby_the_end (const log_t &log) |
static bool | number_of_files_enforced_to_allow (const log_t &log) |
static bool | number_of_files_allows_to_recycle (const log_t &log) |
Checks if current number of redo files allows to recycle the oldest one. More... | |
static bool | number_of_files_allows_to_create (const log_t &log) |
Checks if current number of redo files allows to create a new unused file. More... | |
static bool | might_recycle_file (const log_t &log, os_offset_t removed_file_size, os_offset_t unused_file_size) |
static bool | might_create_unused_file (const log_t &log, os_offset_t unused_file_size) |
bool | is_consumption_needed (const log_t &log) |
Checks if consumption of the oldest redo log files needs to be done or might be postponed. More... | |
bool log_files::is_consumption_needed | ( | const log_t & | log | ) |
Checks if consumption of the oldest redo log files needs to be done or might be postponed.
[in] | log | redo log |
|
static |
|
static |
|
static |
|
static |
|
static |
Checks if current number of redo files allows to create a new unused file.
|
static |
Checks if current number of redo files allows to recycle the oldest one.
|
static |
|
static |
|
static |
|
static |