summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0purge.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11369/MDEV-12288: Reset DB_TRX_ID on the metadata recordMarko Mäkelä2018-10-201-0/+3
* Merge 10.2 into 10.3Marko Mäkelä2018-10-091-2/+11
|\
| * MDEV-17215 Assertion `rw_lock_own(dict_operation_lock, RW_LOCK_S)Thirunarayanan Balathandayuthapani2018-10-011-2/+11
* | Terminology: 'metadata' not 'default rec'Marko Mäkelä2018-09-191-5/+5
* | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-0/+1
|\ \ | |/
* | Merge 10.2 into 10.3Marko Mäkelä2018-09-071-3/+2
|\ \ | |/
| * row_purge_parse_undo_rec(): Deduplicate some codeMarko Mäkelä2018-09-071-3/+2
* | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-6/+8
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2018-08-021-6/+8
| |\
* | \ Merge 10.2 into 10.3Marko Mäkelä2018-07-231-9/+24
|\ \ \ | |/ /
| * | 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
* | | Merge 10.2 into 10.3Marko Mäkelä2018-07-061-28/+157
|\ \ \ | |/ /
| * | MDEV-15855 Deadlock between purge thread and DDL statementThirunarayanan Balathandayuthapani2018-07-061-24/+154
* | | Replace dict_table_is_temporary(table) with table->is_temporary()Marko Mäkelä2018-05-121-2/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2018-05-071-2/+1
|\ \ \ | |/ /
| * | MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBA...Marko Mäkelä2018-05-071-2/+1
* | | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-281-1/+1
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-4/+4
* | | MDEV-12266: Make trx_rseg_t::space a pointerMarko Mäkelä2018-03-291-1/+1
* | | MDEV-12266: Add dict_index_t::set_modified(mtr)Marko Mäkelä2018-03-291-5/+5
* | | MDEV-14407 Assertion failure during rollbackMarko Mäkelä2018-02-081-7/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-301-0/+2
|\ \ \ | |/ /
| * | MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-301-0/+2
* | | Replace trx_sys_t* trx_sys with trx_sys_t trx_sysMarko Mäkelä2018-01-201-1/+1
* | | Follow-up to MDEV-12288: Add --debug=d,purge diagnosticsMarko Mäkelä2018-01-091-0/+4
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-2/+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
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-201-1/+3
|\ \ \ \ | |/ / /
* | | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-3/+16
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+0
|\ \ \ \ | |/ / /
| * | | Remove unused parameters and dead codeMarko Mäkelä2017-09-291-4/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-3/+4
|\ \ \ \ | |/ / /
| * | | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-2/+3
* | | | MDEV-13536 DB_TRX_ID is not actually being reset when the history is removedMarko Mäkelä2017-08-161-0/+3
* | | | MDEV-12288 Reset DB_TRX_ID when the history is removed, to speed up MVCCMarko Mäkelä2017-07-071-26/+98
|/ / /
* | | 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