summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0purge.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20874 Wrong handling of 'table was dropped' error in purge threadbb-10.2-midenok-MDEV-20874Aleksey Midenkov2020-05-191-16/+26
* MDEV-21336 Memory leaks related to innodb_debug_syncMarko Mäkelä2020-05-141-21/+0
* MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-3/+3
* MDEV-7962: Follow-up fix for 10.2Marko Mäkelä2020-04-271-3/+2
* MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-3/+3
* Fix -std=c++98 -Wzero-length-arrayMarko Mäkelä2019-10-111-2/+3
* add innodb_debug_sync var to support DEBUG_SYNC from purge threadsNikita Malyavin2019-10-111-0/+20
* Remove unnecessary pointer indirection for rw_lock_tMarko Mäkelä2019-05-131-7/+7
* 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-17540 Server crashes in row_purge after TRUNCATE TABLEMarko Mäkelä2019-05-101-0/+8
* | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-2/+0
|\ \ | |/
| * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-3/+1
* | Silence bogus -Wmaybe-uninitializedMarko Mäkelä2019-03-211-2/+1
* | MDEV-18878: Correct a conditionMarko Mäkelä2019-03-111-2/+6
* | MDEV-18878: Slimmer purge in non-debug buildsMarko Mäkelä2019-03-111-27/+2
* | MDEV-18878 Purge: Optimize away futile table lookupsMarko Mäkelä2019-03-111-35/+22
* | MDEV-17215 Assertion `rw_lock_own(dict_operation_lock, RW_LOCK_S)Thirunarayanan Balathandayuthapani2018-10-011-2/+11
* | row_purge_parse_undo_rec(): Deduplicate some codeMarko Mäkelä2018-09-071-3/+2
* | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-6/+8
|\ \ | |/
* | row_purge_poss_sec(): Add debug instrumentationMarko Mäkelä2018-07-231-2/+14
* | MDEV-15855 cleanup: Privatize purge_vcol_info_tMarko Mäkelä2018-07-231-7/+9
* | MDEV-16779 Assertion !rw_lock_own failed upon purgeThirunarayanan Balathandayuthapani2018-07-231-0/+1
* | MDEV-15855 Deadlock between purge thread and DDL statementThirunarayanan Balathandayuthapani2018-07-061-24/+154
* | MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBA...Marko Mäkelä2018-05-071-2/+1
* | 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-2/+2
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2018-01-021-2/+2
| |\
| | * Merge 5.5 into 10.0Marko Mäkelä2018-01-021-2/+2
| | * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+3
* | | Remove unused parameters and dead codeMarko Mäkelä2017-09-291-4/+1
* | | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-2/+3
* | | Assert that DB_TRX_ID must be set on delete-marked recordsMarko Mäkelä2017-07-011-0/+3
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+2
|\ \ \ | |/ /
| * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+3
* | | MDEV-12698 innodb.innodb_stats_del_mark test failureMarko Mäkelä2017-05-191-3/+7
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-051-0/+1
|\ \ \ | |/ /
| * | MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-1/+1
| |/
* | MariaDB adjustments for Oracle Bug#23070734 fixMarko Mäkelä2017-04-261-19/+2
* | Bug #23070734 CONCURRENT TRUNCATE TABLES CAUSE STALLSAditya A2017-04-261-1/+16
* | MDEV-12289 Keep 128 persistent rollback segments for compatibility and perfor...Marko Mäkelä2017-03-311-2/+3
* | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-5/+0
* | Post-fix MDEV-12219 Discard temporary undo logs at transaction commitMarko Mäkelä2017-03-141-6/+2
* | Remove trx_sys_t::pending_purge_rseg_array.Marko Mäkelä2017-03-091-7/+1
* | enum btr_latch_mode: Incorporate some flags.Marko Mäkelä2017-03-091-12/+6
* | Follow-up to MDEV-11713: Make more use of DBUG_LOGMarko Mäkelä2017-01-121-12/+12
* | MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-121-2/+2
* | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-0/+33
* | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-92/+177
|/
* 5.6.31Sergei Golubchik2016-06-211-11/+13