summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0vers.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-10-121-0/+1
|\
| * MDEV-18546 ASAN heap-use-after-free in innobase_get_computed_value / row_purgeNikita Malyavin2019-10-111-0/+1
* | Merge 10.2 into 10.3Marko Mäkelä2019-09-041-16/+24
|\ \ | |/
| * MDEV-15326: Backport trx_t::is_referenced()Marko Mäkelä2019-09-041-4/+4
| * MDEV-15326: InnoDB: Failing assertion: !other_lockMarko Mäkelä2019-09-041-21/+28
* | Merge 10.2 into 10.3Marko Mäkelä2019-07-241-6/+6
|\ \ | |/
| * MDEV-19870 gcol.innodb_virtual_debug_purge doesn't fail if row_vers_old_has_i...Thirunarayanan Balathandayuthapani2019-07-241-5/+5
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-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.2 into 10.3Marko Mäkelä2019-05-031-11/+11
|\ \ \ | |/ /
| * | MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-031-11/+11
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-2/+0
|\ \ \ | |/ /
| * | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-2/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+1
|\ \ \ | |/ /
| * | MDEV-17043 Purge of indexed virtual columns may cause hang on table-rebuildin...Marko Mäkelä2018-08-231-0/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2018-07-261-0/+2
|\ \ \ | |/ /
| * | MDEV-16713 Hangs server with repeating log entryThirunarayanan Balathandayuthapani2018-07-251-0/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2018-07-231-6/+5
|\ \ \ | |/ /
| * | MDEV-15855 cleanup: Privatize purge_vcol_info_tMarko Mäkelä2018-07-231-6/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2018-07-061-48/+95
|\ \ \ | |/ /
| * | MDEV-15855 Deadlock between purge thread and DDL statementThirunarayanan Balathandayuthapani2018-07-061-49/+97
* | | MDEV-16675 Unnecessary explicit lock acquisition during UPDATE or DELETEMarko Mäkelä2018-07-031-7/+15
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+17
|\ \ \ | |/ /
| * | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-191-1/+17
* | | Replace dict_col_is_virtual(col) with col->is_virtual()Marko Mäkelä2018-05-121-5/+5
* | | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-3/+1
* | | MDEV-13697 DB_TRX_ID is not always resetMarko Mäkelä2018-04-151-23/+0
* | | Allocate purge_sys staticallyMarko Mäkelä2018-02-221-7/+7
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-121/+93
|\ \ \ | |/ /
| * | MDEV-15165 InnoDB purge for index on virtual column is trying to access an in...Marko Mäkelä2018-02-011-113/+84
| * | Correct a comment about incomplete recordsMarko Mäkelä2018-02-011-7/+9
* | | MDEV-15104 - Optimise MVCC snapshotSergey Vojtovich2018-01-311-1/+0
* | | MDEV-15059 - Misc small InnoDB scalability fixesSergey Vojtovich2018-01-261-3/+3
* | | Replace trx_sys_t* trx_sys with trx_sys_t trx_sysMarko Mäkelä2018-01-201-4/+4
* | | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-8/+1
* | | MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASHSergey Vojtovich2018-01-111-5/+5
* | | MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASHSergey Vojtovich2018-01-111-24/+14
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-121-24/+25
|\ \ \ | |/ /
| * | Correct the comment of row_vers_impl_x_locked()Marko Mäkelä2017-12-111-24/+25
* | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-2/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-11/+16
|\ \ \ | |/ /
| * | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-11/+16
* | | MDEV-12288 Reset DB_TRX_ID when the history is removed, to speed up MVCCMarko Mäkelä2017-07-071-0/+17
|/ /
* | 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-11831 Make InnoDB mini-transaction memo checks stricterMarko Mäkelä2017-01-181-6/+7
* | MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-121-6/+0
* | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-42/+200
* | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-143/+585
|/
* innodb 5.6.17Sergei Golubchik2014-05-071-9/+34