292 Commits (312569e2fd79a6582161900e726847ad688ee3b0)

Author SHA1 Message Date
Marko Mäkelä 312569e2fd MDEV-21132 Remove buf_page_t::newest_modification 6 years ago
Marko Mäkelä dc8380b65d MDEV-14602: Cleanup recv_dblwr_t::find_page() 6 years ago
Marko Mäkelä b5ef7ffa59 Use uint16_t for FIL_PAGE_TYPE 6 years ago
Marko Mäkelä 51fb39bf17 MDEV-19586: Restore pointer indirection for recv_t::data 6 years ago
Marko Mäkelä 541b00a3ba MDEV-19586: Clean up recv_t a little 6 years ago
Marko Mäkelä 64a02e4fa2 MDEV-19586: Add const qualifiers 6 years ago
Sergei Golubchik 3ef01d1118 compilation failure, gcc 8.3.0 6 years ago
Marko Mäkelä e5fed3b94d MDEV-19586: Avoid std::map::emplace() 6 years ago
Marko Mäkelä b7fc2c899e Refactor recv_sys_t::recs_t into page_recv_t 6 years ago
Marko Mäkelä 2aa1f77ef1 MDEV-19586: Rename recv_sys.empty() to recv_sys.clear() 6 years ago
Marko Mäkelä 0ccfdc8eff Remove InnoDB wrappers of <string.h> functions 6 years ago
Eugene Kosov 7440e61a64 MDEV-18115: Remove the only async write (of redo log) 6 years ago
Marko Mäkelä d4e1fa39f0 Use C++11 "range for" in crash recovery code 6 years ago
Marko Mäkelä d67ea8151f Rename LOG_HEADER_FORMAT_ to log_t::FORMAT_ 6 years ago
Marko Mäkelä b42294bc64 MDEV-19514 Defer change buffer merge until pages are requested 6 years ago
Thirunarayanan Balathandayuthapani c76873f23d MDEV-20688 Recovery crashes after unnecessarily reading a corrupted page 6 years ago
Marko Mäkelä 0c7c61019d Remove the wrappers ut_time(), ut_difftime(), ib_time_t 6 years ago
Eugene Kosov 53a3594b90 MDEV-19471 Add ASAN-poisoned redzones for mem_heap_t 6 years ago
Marko Mäkelä d46db415ce MDEV-19738: Skip doublewrite on MLOG_ZIP_PAGE_COMPRESS 6 years ago
Marko Mäkelä 38018f48b6 MDEV-19586: Remove unnecessary iteration 6 years ago
Thirunarayanan Balathandayuthapani b2f76bac03 MDEV-16866 InnoDB fails to start upon crash recovery with "[ERROR] InnoDB: Redo log crypto: failed to decrypt log block" 6 years ago
Thirunarayanan Balathandayuthapani c5fe1b8fc1 MDEV-16866 InnoDB fails to start upon crash recovery with "[ERROR] InnoDB: Redo log crypto: failed to decrypt log block" 6 years ago
Marko Mäkelä 177a571e01 MDEV-19586 Replace recv_sys_t::addr_hash with a std::map 6 years ago
Thirunarayanan Balathandayuthapani b4287ec386 MDEV-19541 InnoDB crashes when trying to recover a corrupted page 6 years ago
Thirunarayanan Balathandayuthapani 79b46ab2a6 MDEV-19541 InnoDB crashes when trying to recover a corrupted page 7 years ago
Marko Mäkelä 5d2619b693 MDEV-19584 Allocate recv_sys statically 7 years ago
Marko Mäkelä 893472d005 MDEV-19570 Deprecate and ignore innodb_undo_logs, remove innodb_rollback_segments 7 years ago
Marko Mäkelä 47cede646b MDEV-19543 Deprecate and ignore innodb_log_checksums 7 years ago
Vicențiu Ciorbaru c0ac0b8860 Update FSF address 7 years ago
Marko Mäkelä 3db94d2403 MDEV-19346: Remove dummy InnoDB log checkpoints 7 years ago
Marko Mäkelä 092602ac9b MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 7 years ago
Marko Mäkelä 169c00994b MDEV-12699 Improve crash recovery of corrupted data pages 7 years ago
Vlad Lesin 05b84b2568 MDEV-14192: Add debug assertions 7 years ago
Marko Mäkelä 1d30b7b1d2 MDEV-12699 preparation: Clean up recv_sys 7 years ago
Marko Mäkelä aa3f7a107c MDEV-12699 preparation: Write MLOG_INDEX_LOAD for FTS_ tables 7 years ago
Marko Mäkelä 45d338dca8 MDEV-12699 preparation: Initialize the entire page on MLOG_ZIP_PAGE_COMPRESS 7 years ago
Marko Mäkelä 1b95118c5f buf_page_get_gen(): Allow BUF_GET_IF_IN_POOL with a dummy page_size 7 years ago
Marko Mäkelä 56df18be65 Clean up the parsing of MLOG_INIT_FILE_PAGE2 7 years ago
Marko Mäkelä 71f9552fd8 recv_recovery_is_on(): Add UNIV_UNLIKELY 7 years ago
Marko Mäkelä 8650848ec3 MDEV-19128 fil_name_parse() for MLOG_FILE_ is not portable 7 years ago
Marko Mäkelä 7225bef727 Fix crash recovery with small buffer pool 7 years ago
Marko Mäkelä bef947b4c9 MDEV-18902 Uninitialized variable in recv_parse_log_recs() 7 years ago
Thirunarayanan Balathandayuthapani c0f47a4a58 MDEV-12026: Implement innodb_checksum_algorithm=full_crc32 7 years ago
Marko Mäkelä ca76fc4a3a MDEV-18611: mariabackup silently ended during xtrabackup_copy_logfile() 7 years ago
Vladislav Vaintroub 568dd5293c MDEV-18592 Warning if temp-file (with "#sql-" prefix) is missing during prepare 7 years ago
Marko Mäkelä 3c305d3f19 MDEV-15528: Introduce MLOG_INIT_FREE_PAGE 7 years ago
Marko Mäkelä ea25bdc135 Do not write MLOG_IBUF_BITMAP_INIT 7 years ago
Marko Mäkelä 0a1c3477bf MDEV-18493 Remove page_size_t 7 years ago
Thirunarayanan Balathandayuthapani 7c7161a1bd MDEV-18194 Incremental prepare tries to access page which is out of tablespace bounds 7 years ago
Marko Mäkelä 8655592ae5 recv_log_recover_10_4(): Fix a trivial bug 7 years ago