MySQL 8.0.40
Source Code Documentation
|
Innodb physical Snapshot. More...
#include "clone0snapshot.h"
#include "clone0clone.h"
#include "log0log.h"
#include "page0zip.h"
#include "sql/handler.h"
Functions | |
static void | set_page_encryption (IORequest &request, const page_id_t &page_id, const Clone_file_ctx *file_ctx) |
Set Page encryption information for IORequest. More... | |
Variables | |
const uint | SNAPSHOT_MEM_INITIAL_SIZE = 16 * 1024 |
Snapshot heap initial size. More... | |
const uint | MAX_CLONES_PER_SNAPSHOT = 1 |
Number of clones that can attach to a snapshot. More... | |
Innodb physical Snapshot.
|
static |
Set Page encryption information for IORequest.
[in,out] | request | IO request |
[in] | page_id | page id |
[in] | file_ctx | clone file context |
const uint MAX_CLONES_PER_SNAPSHOT = 1 |
Number of clones that can attach to a snapshot.
const uint SNAPSHOT_MEM_INITIAL_SIZE = 16 * 1024 |
Snapshot heap initial size.