summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0upd.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-05-051-3/+3
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-05-051-6/+6
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-6/+6
| | |\
| | | * MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-6/+6
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-291-10/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-04-271-11/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-11/+1
| | |\ \ | | | |/
| | | * Cleanup: Make row_upd_store_row() staticMarko Mäkelä2020-04-241-11/+1
* | | | MDEV-21907: InnoDB: Enable -Wconversion on clang and GCCMarko Mäkelä2020-03-121-7/+7
* | | | MDEV-12353: Remove support for crash-upgradebb-10.5-MDEV-12353Marko Mäkelä2020-02-131-13/+0
* | | | MDEV-12353: Replace MLOG_REC_INSERT,MLOG_COMP_REC_INSERTMarko Mäkelä2020-02-131-26/+1
* | | | MDEV-12353: Replace DELETE_MARK redo log records with MLOG_WRITE_STRINGMarko Mäkelä2020-02-131-38/+1
|/ / /
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-6/+7
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-12-131-6/+7
| |\ \ | | |/
| | * MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-6/+7
* | | Merge 10.3 into 10.4Eugene Kosov2019-07-261-8/+18
|\ \ \ | |/ /
| * | Cleanups: DELETE HISTORY [MDEV-19814]Aleksey Midenkov2019-07-251-8/+18
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | 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.3 into 10.4Marko Mäkelä2019-01-241-3/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-01-241-3/+5
| |\ \ \ | | |/ /
| | * | Bug #22990029 GCOLS: INCORRECT BEHAVIOR AFTER DATA INSERTED WITH IGNORE KEYWORDAditya A2019-01-231-3/+5
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-301-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-301-1/+0
| |\ \ \ | | |/ /
| | * | Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-291-2/+0
* | | | MDEV-17750: Remove dict_index_get_sys_col_pos()Marko Mäkelä2018-11-161-25/+0
* | | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-1/+8
|/ / /
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-2/+2
* | | use dedicated heap for upd_node_t::historical_row and corresponding stuff toEugene Kosov2018-04-061-1/+5
* | | MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesEugene Kosov2018-03-271-3/+18
* | | Vers IB: Mark unversioned fields in system versioning tablesEugene Kosov2018-03-191-2/+7
* | | IB: CASCADE operation for DELETEAleksey Midenkov2018-03-191-0/+3
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-61/+7
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-02-081-2/+2
| |\ \ | | |/
| | * MDEV-15249 Crash in MVCC read after IMPORT TABLESPACEMarko Mäkelä2018-02-081-2/+2
| * | MDEV-15199 Referential integrity broken in ON DELETE CASCADEMarko Mäkelä2018-02-071-58/+5
* | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-1/+1
* | | IB: remove alloc on updateAleksey Midenkov2017-12-031-0/+1
* | | IB: combine is_delete, vers_delete into enum [closes #337]Eugene Kosov2017-11-281-3/+8
* | | Correct a commentMarko Mäkelä2017-11-281-2/+1
* | | Remove upd_node_t::versionedMarko Mäkelä2017-11-271-2/+0
* | | Remove the flag vers_update_trtMarko Mäkelä2017-11-271-0/+12
* | | IB: style changes [closes #306]Eugene Kosov2017-11-151-2/+4
* | | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+2
|\ \ \
| * | | IB: (0.4) foreign keys for versioned tables (#58)kevgs2017-05-051-0/+1
| * | | IB: optimized update for non-versioned fieldsAleksey Midenkov2017-05-051-0/+1
* | | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-20/+12
| |/ / |/| |
* | | Remove unused parameters and dead codeMarko Mäkelä2017-09-291-2/+1
|/ /