summaryrefslogtreecommitdiff
path: root/storage/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22769 Shutdown hang or crash due to XA breaking locksMarko Mäkelä2020-06-051-0/+2
* MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-043-43/+37
* MDEV-22646 Assertion `table2->cached' failed in dict_table_t::add_to_cacheThirunarayanan Balathandayuthapani2020-06-031-13/+6
* Cleanup: Remove thr_is_recv(), trx_is_recv()Marko Mäkelä2020-06-013-35/+3
* intrusive::list fixesEugene Kosov2020-05-272-15/+15
* MDEV-17092 use-after-poison around lock_trx_handle_wait_lowMarko Mäkelä2020-05-251-0/+10
* MDEV-22629 Remove fts_indexes field from struct fts_update_t (#1537)Yury Kurlykov2020-05-203-25/+9
* MDEV-19114 gcol.innodb_virtual_debug: Assertion n_fields>0 failedMarko Mäkelä2020-05-191-31/+38
* MDEV-22554: "mariabackup --prepare" exits with code 0 even though innodbVlad Lesin2020-05-191-0/+8
* MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-159-142/+72
* MDEV-21336 Memory leaks related to innodb_debug_syncMarko Mäkelä2020-05-141-7/+0
* Cleanup: Remove InnoDB wrappers of thd_charset(), thd_query_safe()Marko Mäkelä2020-05-121-21/+2
* MDEV-22523 index->rtr_ssn.mutex is wasting memoryMarko Mäkelä2020-05-115-27/+11
* MDEV-19344 innodb.innodb-change-buffer-recovery failsMarko Mäkelä2020-05-071-3/+0
* MDEV-11254 cleanup: Remove buf_page_t::write_sizeMarko Mäkelä2020-05-051-6/+1
* MDEV-7962 post-push fixesMarko Mäkelä2020-05-041-0/+1
* MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-2929-179/+179
* MDEV-22394 Merge new release of InnoDB 5.7.30 to 10.2Marko Mäkelä2020-04-281-1/+1
* Merge 10.1 into 10.2Marko Mäkelä2020-04-281-7/+5
|\
| * InnoDB 5.6.48Marko Mäkelä2020-04-282-8/+6
| |\
| | * MDEV-22393 Corruption for SET GLOBAL innodb_ string variablesMarko Mäkelä2020-04-281-7/+5
| |/
* | Cleanup: Declare rtr_get_father_node() staticallyMarko Mäkelä2020-04-281-17/+1
* | MDEV-7962: Follow-up fix for 10.2Marko Mäkelä2020-04-271-6/+6
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-272-5/+8
|\ \ | |/
| * MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-272-8/+11
* | Cleanup: Make row_upd_store_row() staticMarko Mäkelä2020-04-241-11/+1
* | MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-071-0/+17
* | MDEV-21572 buf_page_get_gen() should apply buffered page initializedThirunarayanan Balathandayuthapani2020-03-232-0/+42
* | MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-211-1/+1
* | InnoDB: reduce size of dtuple_tEugene Kosov2020-03-202-9/+12
* | st_::span fixesEugene Kosov2020-03-201-145/+0
* | remove fishy reinterpret_cast from buf_page_is_zeroes()Eugene Kosov2020-03-203-9/+9
* | MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACEMarko Mäkelä2020-03-192-21/+4
* | MDEV-21826 Recovery failure : loop of Read redo log up to LSNThirunarayanan Balathandayuthapani2020-03-181-7/+1
* | MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILESMarko Mäkelä2020-03-131-9/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-03-132-12/+8
|\ \ | |/
| * fix typedef-related warning and cleanup using namespace stdEugene Kosov2020-03-112-5/+3
| * InnoDB 5.6.47 and XtraDB 5.6.46-86.2Marko Mäkelä2020-01-171-1/+1
* | MDEV-21608 Assertion `n_ext == dtuple_get_n_ext(dtuple)' failed during updati...Thirunarayanan Balathandayuthapani2020-02-071-1/+5
* | Cleanup: Remove mem_block_t::magic_n and mem_block_validate()Marko Mäkelä2020-02-032-37/+2
* | introduce HASH_REPLACE() for hash_table_tEugene Kosov2020-01-311-0/+12
* | MDEV-21499 Merge new release of InnoDB 5.7.29 to 10.2Marko Mäkelä2020-01-171-2/+2
* | MDEV-21512 InnoDB may hang due to SPATIAL INDEXMarko Mäkelä2020-01-172-67/+16
* | MDEV-21511: Remove unnecessary codeMarko Mäkelä2020-01-171-5/+1
* | MDEV-21511 Wrong estimate of affected BLOB columns in updateMarko Mäkelä2020-01-172-16/+5
* | MDEV-21509 Possible hang during purge of history, or rollbackMarko Mäkelä2020-01-172-4/+40
* | MDEV-21429 TRUNCATE and OPTIMIZE are being refused due to "row size too large"Marko Mäkelä2020-01-071-8/+1
* | Lets add another intrusive double linked list!Eugene Kosov2020-01-042-64/+58
* | Cleanup: Remove dict_delete_tablespace_and_datafiles()Marko Mäkelä2019-12-271-10/+0
* | MDEV-19176 Reduce the memory usage during recoveryThirunarayanan Balathandayuthapani2019-12-231-1/+1