MySQL 8.0.40
Source Code Documentation
|
This is the complete list of members for Compression, including all inherited members.
check(const char *algorithm, Compression *compression) | Compression | static |
Compression() | Compression | inline |
Compression(Type type) | Compression | inlineexplicit |
deserialize(bool dblwr_read, byte *src, byte *dst, ulint dst_len) | Compression | static |
deserialize_header(const byte *page, meta_t *control) | Compression | static |
FIL_PAGE_VERSION_1 | Compression | static |
FIL_PAGE_VERSION_2 | Compression | static |
is_compressed_encrypted_page(const byte *page) | Compression | static |
is_compressed_page(const byte *page) | Compression | static |
is_none(const char *algorithm) | Compression | static |
is_valid_page_version(uint8_t version) | Compression | static |
LZ4 enum value | Compression | |
m_type | Compression | |
NONE enum value | Compression | |
to_string() const | Compression | inline |
to_string(Type type) | Compression | static |
to_string(const meta_t &meta) | Compression | static |
Type enum name | Compression | |
validate(const char *algorithm) | Compression | static |
validate(const Type type) | Compression | static |
ZLIB enum value | Compression |