summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0log.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24730 Insert log operation fails after purge resets n_core_fieldsbb-10.3-MDEV-24730Thirunarayanan Balathandayuthapani2021-03-111-10/+16
* Merge 10.2 into 10.3Marko Mäkelä2020-12-011-3/+2
|\
| * Cleanup: row_log_free()Marko Mäkelä2020-11-251-3/+2
* | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-021-16/+2
* | Fixed bugs found by valgrindMonty2020-07-021-16/+16
* | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-12/+28
|\ \ | |/
| * MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-12/+28
| * MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-151-3/+3
* | MDEV-22637 Rollback of insert fails when column reorder happensThirunarayanan Balathandayuthapani2020-05-261-5/+8
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-20/+20
|\ \ | |/
| * MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-20/+20
* | Merge 10.2 into 10.3Marko Mäkelä2020-01-181-4/+3
|\ \ | |/
| * MDEV-21511: Remove unnecessary codeMarko Mäkelä2020-01-171-4/+3
* | Merge 10.2 into 10.3Marko Mäkelä2019-12-131-24/+24
|\ \ | |/
| * MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-24/+24
* | MDEV-21045 AddressSanitizer: use-after-poison in mem_heap_dup / row_log_table...Eugene Kosov2019-11-211-0/+4
* | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-3/+3
|\ \ | |/
| * MDEV-17614 post-fix: Remove dead dup_chk_only=true code.Marko Mäkelä2019-09-231-4/+3
* | MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-301-0/+2
* | Silence GCC 9.2.1 -Warray-boundsMarko Mäkelä2019-08-161-4/+4
* | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-6/+3
|\ \ | |/
| * MDEV-17228 Encrypted temporary tables are not encryptedThirunarayanan Balathandayuthapani2019-06-281-6/+3
| * MDEV-19725 Incorrect error handling in ALTER TABLEMarko Mäkelä2019-06-101-4/+4
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * Remove unnecessary pointer indirection for rw_lock_tMarko Mäkelä2019-05-131-2/+2
* | 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-04-271-8/+10
|\ \ \ | |/ /
* | | Merge 10.2 into 10.3Marko Mäkelä2019-03-251-2/+3
|\ \ \ | |/ /
* | | Merge 10.2 into 10.3Marko Mäkelä2019-01-241-1/+4
|\ \ \ | |/ /
| * | Bug #22990029 GCOLS: INCORRECT BEHAVIOR AFTER DATA INSERTED WITH IGNORE KEYWORDAditya A2019-01-231-1/+4
* | | MDEV-12266: Remove a level of pointer indirectionMarko Mäkelä2018-11-221-4/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-1/+0
|\ \ \ | |/ /
| * | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-1/+0
* | | Terminology: 'metadata record' instead of 'default row'Marko Mäkelä2018-09-191-1/+1
* | | MDEV-15872 Crash in online ALTER TABLE...ADD PRIMARY KEY after instant ADD CO...Marko Mäkelä2018-08-141-1/+3
* | | MDEV-16131 Assertion failed in dict_index_t::instant_field_value()Marko Mäkelä2018-07-261-13/+59
* | | Merge 10.2 into 10.3Marko Mäkelä2018-07-231-2/+2
|\ \ \ | |/ /
| * | Reduce the number of rw_lock_own() callsMarko Mäkelä2018-07-231-2/+2
* | | MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-261-2/+4
* | | MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-251-1/+1
* | | MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-251-6/+11
* | | MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-251-11/+26
* | | MDEV-12266: Remove dict_table_is_discarded()Marko Mäkelä2018-05-121-1/+1
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-111/+27
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-114/+28
| |\ \ | | |/
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-110/+28
| | |\
| | | * Bug #25928471: ONLINE ALTER AND CONCURRENT DELETE ON TABLE WITH MANY TEXT COL...Mayank Prasad2018-05-031-108/+18
| | | * Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2018-04-261-2/+10
| | | |\