summaryrefslogtreecommitdiff
path: root/storage/innobase/include/mtr0log.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23566 SIGSEGV in mtr_t::initMarko Mäkelä2020-08-251-1/+2
* MDEV-22970 Possible corruption of page_compressed tables, orThirunarayanan Balathandayuthapani2020-07-201-1/+11
* MDEV-22931 mtr_t::mtr_t() allocates some memoryThirunarayanan Balathandayuthapani2020-06-191-0/+1
* MDEV-8139 Fix ScrubbingThirunarayanan Balathandayuthapani2020-06-121-3/+12
* MDEV-15053 Reduce buf_pool_t::mutex contentionMarko Mäkelä2020-06-051-11/+12
* MDEV-22126 Rename confusing constant mtr_t::OPTMarko Mäkelä2020-04-031-2/+2
* MDEV-22108 Recovery fails with InnoDB: Malformed log recordMarko Mäkelä2020-04-031-2/+2
* MDEV-22107 Restore accidentally orphaned MTR_MEMO_MODIFYMarko Mäkelä2020-04-011-14/+15
* MDEV-21907: InnoDB: Enable -Wconversion on clang and GCCMarko Mäkelä2020-03-121-1/+8
* MDEV-15528 Punch holes when pages are freedThirunarayanan Balathandayuthapani2020-03-101-1/+2
* MDEV-12353: Introduce an EXTENDED record subtype TRIM_PAGESMarko Mäkelä2020-03-031-2/+13
* MDEV-12353 cleanup: Simplify mtr_t::undo_append()Marko Mäkelä2020-03-021-3/+1
* MDEV-12353: Make UNDO_APPEND more robustMarko Mäkelä2020-02-271-4/+5
* MDEV-12353: Reduce log volume of page_cur_delete_rec()Marko Mäkelä2020-02-221-1/+53
* MDEV-12353: Reduce log volume by an UNDO_APPEND recordMarko Mäkelä2020-02-191-2/+31
* MDEV-12353: Reduce log volume by an UNDO_INIT recordMarko Mäkelä2020-02-191-7/+22
* MDEV-12353 Cleanup: Rename INIT_INDEX_PAGE to EXTENDEDMarko Mäkelä2020-02-181-1/+3
* MDEV-12353: Remove support for crash-upgradebb-10.5-MDEV-12353Marko Mäkelä2020-02-131-63/+4
* MDEV-12353: Change the redo log encodingMarko Mäkelä2020-02-131-39/+459
* MDEV-12353: Write log by mtr_t member functions onlyMarko Mäkelä2020-02-131-66/+17
* MDEV-12353: Introduce mtr_t::zmemcpy()Marko Mäkelä2020-02-131-0/+12
* MDEV-21174: Remove mlog_write_initial_log_record_fast()Marko Mäkelä2020-02-131-16/+0
* MDEV-12353: Remove mlog_open_and_write_index()Marko Mäkelä2020-02-131-17/+1
* MDEV-12353: Replace MLOG_REC_INSERT,MLOG_COMP_REC_INSERTMarko Mäkelä2020-02-131-4/+0
* Fix a typo in a commentMarko Mäkelä2020-01-141-2/+2
* Merge 10.4 into 10.5Marko Mäkelä2019-12-271-8/+0
|\
| * Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-12-251-8/+0
| |\
| | * Remove unused mlog_catenate_ulint_compressed()Marko Mäkelä2019-12-161-8/+0
* | | MDEV-21174: Fix the 32-bit buildMarko Mäkelä2019-12-031-3/+6
* | | MDEV-21174: Replace mlog_write_string() with mtr_t::memcpy()Marko Mäkelä2019-12-031-21/+13
* | | MDEV-21174: Replace mlog_memset() with mtr_t::memset()Marko Mäkelä2019-12-031-17/+1
* | | MDEV-21174: Replace mlog_write_ulint() with mtr_t::write()Marko Mäkelä2019-12-031-30/+52
* | | MDEV-21174: Cleanup MLOG_PAGE_CREATEMarko Mäkelä2019-12-031-12/+1
* | | MDEV-19586: Add const qualifiersMarko Mäkelä2019-11-041-11/+12
|/ /
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2018-11-301-1/+0
|\ \ \ | |/ /
| * | Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-291-1/+0
* | | MDEV-17138 Reduce redo log volume for undo tablespace initializationMarko Mäkelä2018-09-111-1/+19
|/ /
* | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-2/+0
* | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-9/+0
* | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-61/+69
|/
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-10/+11
* Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-4/+4
* Bug#54728: Replace the dulint struct with a 64-bit integer.Marko Mäkelä2010-06-231-11/+11
* Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the sameGuilhem Bichot2009-08-071-0/+250
* Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-217/+0
* Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-211-7/+7
* Changes to create storage directory for storage engines. unknown2005-04-261-0/+217