MySQL 9.1.0
Source Code Documentation
|
Innodb implementation for page archive. More...
#include "arch0page.h"
#include "arch0recv.h"
#include "clone0clone.h"
#include "log0buf.h"
#include "log0chkp.h"
#include "srv0start.h"
Functions | |
void | page_archiver_thread () |
Archiver background thread. More... | |
bool | wait_flush_archiver (Page_Wait_Flush_Archiver_Cbk cbk_func) |
Variables | |
uint | ARCH_PAGE_FILE_CAPACITY |
Archived page file default size in number of blocks. More... | |
uint | ARCH_PAGE_FILE_DATA_CAPACITY |
Archived page data file size (without header) in number of blocks. More... | |
os_event_t | page_archiver_thread_event |
Event to signal the page archiver thread. More... | |
Innodb implementation for page archive.
void page_archiver_thread | ( | ) |
Archiver background thread.
Page archiver background thread.
bool wait_flush_archiver | ( | Page_Wait_Flush_Archiver_Cbk | cbk_func | ) |
uint ARCH_PAGE_FILE_CAPACITY |
Archived page file default size in number of blocks.
uint ARCH_PAGE_FILE_DATA_CAPACITY |
Archived page data file size (without header) in number of blocks.
os_event_t page_archiver_thread_event |
Event to signal the page archiver thread.
Archiver thread event to signal that data is available.