MySQL 9.1.0
Source Code Documentation
|
Tools used to test redo log in gtests (log0log-t.cc). More...
Variables | |
static constexpr size_t | MLOG_TEST_PAYLOAD_MAX_LEN = 50 |
Maximum size of payload put inside each MLOG_TEST record. More... | |
static constexpr size_t | MLOG_TEST_PAGE_SPACE_ID = 1 |
Space id used for pages modified during tests of redo log. More... | |
std::unique_ptr< Log_test > | log_test |
Represents currently running test of redo log, nullptr otherwise. More... | |
Tools used to test redo log in gtests (log0log-t.cc).
std::unique_ptr<Log_test> log_test |
Represents currently running test of redo log, nullptr otherwise.
|
staticconstexpr |
Space id used for pages modified during tests of redo log.
|
staticconstexpr |
Maximum size of payload put inside each MLOG_TEST record.