summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0rec.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-031-7/+6
* | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+0
|\ \ | |/
| * Fix more -Wnonnull-compareMarko Mäkelä2019-04-031-1/+0
* | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-4/+1
|\ \ | |/
| * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-4/+1
| * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-4/+4
| |\
| | * Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-291-4/+4
* | | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-1/+0
* | | mtr_t::start(): Remove unused parametersMarko Mäkelä2018-11-011-4/+3
* | | MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncateMarko Mäkelä2018-10-111-1/+1
* | | MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibilityMarko Mäkelä2018-10-111-0/+1
* | | MDEV-14717 RENAME TABLE in InnoDB is not crash-safeMarko Mäkelä2018-09-071-0/+113
* | | MDEV-15374 Server hangs and aborts with long semaphore wait or assertion `len...Thirunarayanan Balathandayuthapani2018-04-231-13/+6
* | | MDEV-14407 Assertion failure during rollbackMarko Mäkelä2018-02-081-0/+3
* | | Follow-up to reverting MDEV-6938Marko Mäkelä2018-02-011-2/+2
* | | MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-301-0/+2
* | | Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-031-27/+52
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-01-021-1/+13
| |\ \ | | |/
| | * Merge 5.5 into 10.0Marko Mäkelä2018-01-021-1/+13
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-4/+2
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-4/+2
| |\ \ | | |/
| | * Correct a function commentMarko Mäkelä2017-12-201-4/+2
| * | Merge 10.0 into 10.1Marko Mäkelä2017-10-261-1/+1
| |\ \ | | |/
| | * MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-261-1/+1
| | * Merge branch 'merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-10-261-1/+1
| | |\
| | * | Merge 5.5 into 10.0Marko Mäkelä2017-10-261-1/+1
* | | | MDEV-13795/MDEV-14332 Corruption during online table-rebuilding ALTER when VI...Marko Mäkelä2017-11-091-18/+5
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-10-251-1/+22
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-10-241-1/+22
| |\ \ \ | | |/ /
| | * | Merge 5.5 into 10.0Marko Mäkelä2017-10-241-1/+22
* | | | Remove unused parameters and dead codeMarko Mäkelä2017-09-291-5/+4
* | | | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-2/+2
* | | | Assert that DB_TRX_ID must be set on delete-marked recordsMarko Mäkelä2017-07-011-0/+9
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-36/+17
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-35/+10
| |\ \ \ | | |/ /
| | * | Refactor trx_undo_report_row_operation()Marko Mäkelä2017-05-181-35/+10
* | | | MDEV-12289 Keep 128 persistent rollback segments for compatibility and perfor...Marko Mäkelä2017-03-311-23/+24
* | | | MDEV-12258 InnoDB: Fix the bogus debug assertion introduced in MDEV-12219Marko Mäkelä2017-03-181-2/+1
* | | | MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GL...Marko Mäkelä2017-03-171-0/+1
* | | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-5/+0
* | | | MDEV-12219 Discard temporary undo logs at transaction commitMarko Mäkelä2017-03-131-107/+69
* | | | Hard-code innodb_page_size as the undo log page size.Marko Mäkelä2017-03-101-3/+2
* | | | Remove trx_sys_t::pending_purge_rseg_array.Marko Mäkelä2017-03-091-15/+6
* | | | MDEV-11831 Make InnoDB mini-transaction memo checks stricterMarko Mäkelä2017-01-181-3/+4
* | | | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-10/+0
* | | | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-39/+122
* | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-262/+1020
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-5/+5
|\ \ \ | |/ /