summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0rec.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24156 trx_undo_left() fails to prevent overflowMarko Mäkelä2020-11-111-12/+10
* MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_...Thirunarayanan Balathandayuthapani2020-10-271-7/+3
* MDEV-23547 InnoDB: Failing assertion: *len in row_upd_ext_fetchMarko Mäkelä2020-08-251-1/+5
* MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-041-3/+1
* MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-4/+4
* MDEV-21511: Remove unnecessary codeMarko Mäkelä2020-01-171-5/+2
* MDEV-21511 Wrong estimate of affected BLOB columns in updateMarko Mäkelä2020-01-171-3/+5
* MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-4/+6
* MDEV-20917 InnoDB is passing NULL to nonnull function parametersMarko Mäkelä2019-10-291-18/+23
* MDEV-17939 Assertion `++loop_count < 2' failed in trx_undo_report_renameThirunarayanan Balathandayuthapani2019-09-111-1/+1
* 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