summaryrefslogtreecommitdiff
path: root/storage/innobase/include/mtr0mtr.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24569: Change buffer merge modifies freed pageMarko Mäkelä2021-01-141-14/+14
* MDEV-24445 Using innodb_undo_tablespaces corrupts system tablespaceMarko Mäkelä2020-12-181-24/+11
* MDEV-24188: Merge 10.4 into 10.5Marko Mäkelä2020-11-131-0/+4
|\
| * MDEV-24188: Merge 10.3 into 10.4Marko Mäkelä2020-11-131-4/+3
| |\
| | * MDEV-24188: Merge 10.2 into 10.3Marko Mäkelä2020-11-131-4/+3
| | |\
| | | * MDEV-24188 Hang in buf_page_create() after reusing a previously freed pageMarko Mäkelä2020-11-131-4/+3
* | | | MDEV-23855: Use normal mutex for log_sys.mutex, log_sys.flush_order_mutexMarko Mäkelä2020-10-261-1/+1
* | | | MDEV-23855: Improve InnoDB log checkpoint performanceMarko Mäkelä2020-10-261-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-091-0/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-09-091-0/+4
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-09-091-0/+4
| | |\ \ | | | |/
| | | * MDEV-23456 fil_space_crypt_t::write_page0() is accessing an uninitialized pageThirunarayanan Balathandayuthapani2020-09-091-0/+4
* | | | MDEV-22110 InnoDB unnecessarily writes unmodified pagesMarko Mäkelä2020-07-281-11/+10
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-201-1/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-201-2/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-201-2/+3
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-07-201-1/+7
| | | |\
| | | | * MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-201-1/+12
* | | | | MDEV-22931 mtr_t::mtr_t() allocates some memoryThirunarayanan Balathandayuthapani2020-06-191-9/+4
* | | | | MDEV-8139 Fix ScrubbingThirunarayanan Balathandayuthapani2020-06-121-2/+50
* | | | | MDEV-22110 preparation: Remove mtr_memo_contains macrosMarko Mäkelä2020-06-101-28/+6
* | | | | MDEV-22332: Assertion mtr_started == mtr.is_active() failedMarko Mäkelä2020-04-221-1/+2
* | | | | MDEV-22126 Rename confusing constant mtr_t::OPTMarko Mäkelä2020-04-031-1/+1
* | | | | MDEV-22107 Restore accidentally orphaned MTR_MEMO_MODIFYMarko Mäkelä2020-04-011-11/+21
* | | | | MDEV-14425: Remove the unused function mtr_write_log()Marko Mäkelä2020-03-051-6/+0
* | | | | MDEV-12353: Introduce an EXTENDED record subtype TRIM_PAGESMarko Mäkelä2020-03-031-2/+4
* | | | | MDEV-21724: Optimize page_cur_insert_low() redo loggingMarko Mäkelä2020-02-271-0/+39
* | | | | MDEV-12353: Make UNDO_APPEND more robustMarko Mäkelä2020-02-271-1/+1
* | | | | MDEV-12353: Reduce log volume of page_cur_delete_rec()Marko Mäkelä2020-02-221-1/+15
* | | | | MDEV-12353: Reduce log volume by an UNDO_APPEND recordMarko Mäkelä2020-02-191-0/+6
* | | | | MDEV-12353: Reduce log volume by an UNDO_INIT recordMarko Mäkelä2020-02-191-1/+9
* | | | | MDEV-12353: Change the redo log encodingMarko Mäkelä2020-02-131-95/+86
* | | | | MDEV-12353: Write log by mtr_t member functions onlyMarko Mäkelä2020-02-131-7/+71
* | | | | MDEV-12353: Introduce mtr_t::zmemcpy()Marko Mäkelä2020-02-131-0/+13
* | | | | MDEV-12353: Remove MTR_LOG_SHORT_INSERTSMarko Mäkelä2020-02-131-0/+1
* | | | | MDEV-19747: Deprecate and ignore innodb_log_optimize_ddlMarko Mäkelä2020-02-111-15/+0
* | | | | One more fixup for sizeof(mtr_t) reductionMarko Mäkelä2020-02-071-2/+2
* | | | | mtr_t::get_log_mode(): Remove a redundant assertionMarko Mäkelä2020-02-071-1/+0
* | | | | Fixup the parent commitMarko Mäkelä2020-02-071-2/+2
* | | | | Cleanup: Recude sizeof(mtr_t)Marko Mäkelä2020-02-071-51/+49
* | | | | Cleanup: Remove mtr_state_t and mtr_t::m_stateMarko Mäkelä2020-01-291-35/+35
* | | | | Fix a typo in a commentMarko Mäkelä2020-01-141-1/+1
* | | | | MDEV-21174: Remove a bogus commentMarko Mäkelä2020-01-081-1/+0
* | | | | MDEV-12353 preparation: Cleanup MLOG_FILE_NAME loggingMarko Mäkelä2020-01-021-8/+4
* | | | | MDEV-21174: Replace mlog_write_string() with mtr_t::memcpy()Marko Mäkelä2019-12-031-0/+14
* | | | | MDEV-21174: Replace mlog_memset() with mtr_t::memset()Marko Mäkelä2019-12-031-0/+7
* | | | | MDEV-21174: Replace mlog_write_ulint() with mtr_t::write()Marko Mäkelä2019-12-031-0/+43
* | | | | Cleanup: More use of mtr_memo_type_tMarko Mäkelä2019-11-151-5/+5
|/ / / /
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-141-31/+58
|\ \ \ \ | |/ / /
| * | | MDEV-12353 preparation: Replace mtr_x_lock() and friendsMarko Mäkelä2019-11-141-31/+58