summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0merge.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-151-4/+9
* MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-16/+16
* MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACEMarko Mäkelä2020-03-191-0/+1
* MDEV-21511: Remove unnecessary codeMarko Mäkelä2020-01-171-9/+3
* MDEV-20950: Fix 32-bit Windows buildEugene Kosov2019-12-211-2/+4
* MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-25/+20
* Cleanup btr_page_get_prev(), btr_page_get_next()Marko Mäkelä2019-11-111-1/+1
* MDEV-20799 DROP Virtual Column crashes MariaDBSergei Golubchik2019-10-281-1/+1
* fts_sync_table(), fts_sync() dead code removalMarko Mäkelä2019-07-251-2/+1
* MDEV-20097 potential use-after-freeEugene Kosov2019-07-191-0/+1
* Merge 10.1 into 10.2Marko Mäkelä2019-07-181-0/+1
|\
| * MDEV-20097 potential use-after-freeEugene Kosov2019-07-181-0/+1
* | MDEV-17228 Encrypted temporary tables are not encryptedThirunarayanan Balathandayuthapani2019-06-281-2/+2
* | MDEV-19725 Incorrect error handling in ALTER TABLEMarko Mäkelä2019-06-101-4/+7
* | Fixed bug in online alter table when not compiled with performance schemaMonty2019-06-031-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-281-14/+2
|\ \ | |/
| * MDEV-6812: Remove the wrapper my_log2f()Marko Mäkelä2019-05-281-14/+3
* | Remove unnecessary pointer indirection for rw_lock_tMarko Mäkelä2019-05-131-3/+3
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ | |/
| * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-101-3/+1
|\ \ | |/
| * MDEV-18220: heap-use-after-free in fts_get_table_name_prefix()Marko Mäkelä2019-05-101-2/+1
* | MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-031-8/+7
* | MDEV-19241 InnoDB fails to write MLOG_INDEX_LOAD upon completing ALTER TABLEMarko Mäkelä2019-04-171-18/+23
* | MDEV-12699 preparation: Write MLOG_INDEX_LOAD for FTS_ tablesMarko Mäkelä2019-04-061-9/+9
* | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-2/+0
|\ \ | |/
| * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-2/+0
* | MDEV-19051 Avoid unnecessary writing MLOG_INDEX_LOADThirunarayanan Balathandayuthapani2019-03-281-50/+43
* | Silence bogus -Wmaybe-uninitializedMarko Mäkelä2019-03-211-0/+1
* | After-merge fix for GCCMarko Mäkelä2019-03-071-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-03-071-10/+10
|\ \ | |/
| * MDEV-13818 CREATE INDEX leaks memory if running out of undo log spaceMarko Mäkelä2019-03-071-7/+10
* | MDEV-13818 CREATE INDEX leaks memory if running out of undo log spaceSergei Golubchik2019-03-061-0/+1
* | Fix USE_AFTER_FREE (CWE-416)Marko Mäkelä2018-12-171-39/+25
* | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-4/+0
* | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-4/+12
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2018-11-051-3/+2
| |\
| | * Revert some InnoDB/XtraDB changesMarko Mäkelä2018-11-051-3/+2
| * | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-2/+12
| |\ \ | | |/
| | * Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2018-10-281-2/+3
| | |\
| | | * 5.6.42Sergei Golubchik2018-10-271-2/+15
| | * | MDEV-17532 Performance_schema reports wrong directory for the temporary files...Marko Mäkelä2018-10-251-1/+10
* | | | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-1/+1
* | | | MDEV-16557 Remove INNOBASE_SHARE::idx_trans_tblEugene Kosov2018-08-021-11/+0
* | | | MDEV-16809 Allow full redo logging for ALTER TABLEMarko Mäkelä2018-07-261-19/+20
* | | | Remove pointer indirection for BtrBulk::m_page_bulksMarko Mäkelä2018-07-261-4/+0
* | | | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-191-5/+22
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-05-091-1/+2
| |\ \ \ | | |/ /
| | * | MDEV-16119 InnoDB lock->index refers to a freed object after failed ADD INDEXMarko Mäkelä2018-05-091-1/+2