MySQL 8.0.39
Source Code Documentation
|
This is the complete list of members for BlockReporter, including all inherited members.
BlockReporter(bool check_lsn, const byte *read_buf, const page_size_t &page_size, bool skip_checksum) | BlockReporter | inline |
BlockReporter(const BlockReporter &)=default | BlockReporter | |
calc_zip_checksum(const byte *read_buf, ulint phys_page_size, srv_checksum_algorithm_t algo) const | BlockReporter | |
calc_zip_checksum(srv_checksum_algorithm_t algo) const | BlockReporter | |
is_checksum_valid_crc32(uint32_t checksum_field1, uint32_t checksum_field2, const srv_checksum_algorithm_t algo, bool use_legacy_big_endian) const | BlockReporter | private |
is_checksum_valid_innodb(uint32_t checksum_field1, uint32_t checksum_field2, const srv_checksum_algorithm_t algo) const | BlockReporter | private |
is_checksum_valid_none(uint32_t checksum_field1, uint32_t checksum_field2, const srv_checksum_algorithm_t algo) const | BlockReporter | private |
is_corrupted() const | BlockReporter | |
is_encrypted() const noexcept | BlockReporter | |
is_lsn_valid(const byte *frame, uint32_t page_size) noexcept | BlockReporter | static |
m_check_lsn | BlockReporter | protected |
m_page_size | BlockReporter | protected |
m_read_buf | BlockReporter | protected |
m_skip_checksum | BlockReporter | protected |
page_no() const noexcept | BlockReporter | private |
page_warn_strict_checksum(srv_checksum_algorithm_t curr_algo, srv_checksum_algorithm_t page_checksum, const page_id_t &page_id) const | BlockReporter | private |
print_compressed_checksum(uint32_t calc, uint32_t stored) const | BlockReporter | inlinevirtual |
print_crc32_checksum(uint32_t checksum_field1, uint32_t checksum_field2) const | BlockReporter | inlinevirtual |
print_crc32_fail() const | BlockReporter | inlinevirtual |
print_innodb_checksum(uint32_t old_checksum, uint32_t new_checksum, uint32_t checksum_field1, uint32_t checksum_field2, srv_checksum_algorithm_t algo) const | BlockReporter | inlinevirtual |
print_innodb_fail() const | BlockReporter | inlinevirtual |
print_none_fail() const | BlockReporter | inlinevirtual |
print_strict_crc32(uint32_t checksum_field1, uint32_t checksum_field2, uint32_t crc32, srv_checksum_algorithm_t algo) const | BlockReporter | inlinevirtual |
print_strict_innodb(uint32_t checksum_field1, uint32_t checksum_field2) const | BlockReporter | inlinevirtual |
print_strict_none(uint32_t checksum_field1, uint32_t checksum_field2, srv_checksum_algorithm_t algo) const | BlockReporter | inlinevirtual |
report_empty_page(bool empty) const | BlockReporter | inlinevirtual |
space_id() const noexcept | BlockReporter | private |
verify_zip_checksum() const | BlockReporter | |
~BlockReporter()=default | BlockReporter | virtual |