summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21910 : KIlling thread on Galera could cause mutex deadlock10.2-MDEV-21910Jan Lindström2020-03-133-221/+44
* MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILESMarko Mäkelä2020-03-133-28/+14
* Merge 10.1 into 10.2Marko Mäkelä2020-03-134-60/+28
|\
| * MDEV-21918 improve page_zip_verify_checksum()Eugene Kosov2020-03-111-22/+15
| * fix typedef-related warning and cleanup using namespace stdEugene Kosov2020-03-115-9/+7
* | InnoDB: improve error message for checksum mismatchEugene Kosov2020-03-121-1/+2
* | MDEV-19740: Correct a type mismatch WITH_INNODB_EXTRA_DEBUGMarko Mäkelä2020-03-101-2/+3
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-02-102-3/+19
|\ \ | |/
| * Remove unused SRV_MASTER_PURGE_INTERVALMarko Mäkelä2020-02-081-2/+1
| * MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-071-1/+1
| * MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-061-0/+14
* | MDEV-21608 Assertion `n_ext == dtuple_get_n_ext(dtuple)' failed during updati...Thirunarayanan Balathandayuthapani2020-02-071-1/+5
* | MDEV-12121: Clean up WITH_INNODB_AHI=OFFMarko Mäkelä2020-02-061-2/+6
* | Cleanup: Remove mem_block_t::magic_n and mem_block_validate()Marko Mäkelä2020-02-033-46/+2
* | MDEV-21636 information_schema.innodb_mutexes.name column is not populatedMarko Mäkelä2020-02-031-8/+15
* | introduce HASH_REPLACE() for hash_table_tEugene Kosov2020-01-312-4/+16
* | Merge 10.1 into 10.2Marko Mäkelä2020-01-312-47/+9
|\ \ | |/
| * MDEV-20307: Remove a useless debug check to save stack spaceMarko Mäkelä2020-01-311-42/+3
| * MDEV-21564 Assert in trx_purge_add_update_undo_to_history during shutdownThirunarayanan Balathandayuthapani2020-01-301-2/+5
| * InnoDB 5.6.47 and XtraDB 5.6.46-86.2Marko Mäkelä2020-01-171-1/+1
* | MDEV-21550 Assertion `!table->fts->in_queue' failed in fts_optimize_remove_tableThirunarayanan Balathandayuthapani2020-01-282-2/+5
* | MDEV-20775: page_zip_validate() failure due to AUTO_INCREMENTMarko Mäkelä2020-01-231-2/+14
* | MDEV-21499 Merge new release of InnoDB 5.7.29 to 10.2Marko Mäkelä2020-01-172-4/+10
|\ \
| * | Bug #30499288 - GCC 9.2.1 REPORTS A NEW WARNING FOR OS_FILE_GET_PARENT_DIRNikša Skeledžija2020-01-171-2/+8
|/ /
* | MDEV-21513: Avoid some crashes in ALTER TABLE...IMPORT TABLESPACEMarko Mäkelä2020-01-171-5/+62
* | MDEV-21512 InnoDB may hang due to SPATIAL INDEXMarko Mäkelä2020-01-176-138/+87
* | MDEV-21511: Remove unnecessary codeMarko Mäkelä2020-01-1710-57/+24
* | MDEV-21511 Wrong estimate of affected BLOB columns in updateMarko Mäkelä2020-01-174-100/+15
* | MDEV-21509 Possible hang during purge of history, or rollbackMarko Mäkelä2020-01-174-40/+100
* | Merge branch '10.1' into 10.2Sergei Petrunia2020-01-171-1/+3
|\ \ | |/
| * MDEV-21500 Server hang when using simulated AIOMarko Mäkelä2020-01-161-1/+3
* | MDEV-21454 Show actual mismatching values in mismatch error messages from row...bb-10.2-MDEV-21454Eugene Kosov2020-01-101-24/+46
* | Fixup MDEV-21429: Correct a definitionMarko Mäkelä2020-01-071-2/+2
* | MDEV-21429 TRUNCATE and OPTIMIZE are being refused due to "row size too large"Marko Mäkelä2020-01-074-45/+35
* | Lets add another intrusive double linked list!Eugene Kosov2020-01-044-141/+127
* | Post-fix for MDEV-12253: Remove redundant log writesMarko Mäkelä2019-12-301-27/+0
* | Cleanup: Remove dict_delete_tablespace_and_datafiles()Marko Mäkelä2019-12-272-53/+0
* | MDEV-21362 do something with -fno-builtin-memcmp for rem0cmp.ccEugene Kosov2019-12-241-1/+2
* | MDEV-19176 Reduce the memory usage during recoveryThirunarayanan Balathandayuthapani2019-12-231-1/+1
* | MDEV-19176 Reduce the memory usage during recoveryThirunarayanan Balathandayuthapani2019-12-233-59/+109
* | Plug memory leaks from numa_get_mems_allowed()Marko Mäkelä2019-12-231-0/+2
* | Merge 10.1 into 10.2Marko Mäkelä2019-12-233-28/+21
|\ \ | |/
| * fix windows compilationEugene Kosov2019-12-181-1/+1
| * MDEV-21337 fix aligned_malloc()Eugene Kosov2019-12-182-15/+7
* | MDEV-20950: Fix 32-bit Windows buildEugene Kosov2019-12-215-6/+9
* | MDEV-21371 Assertion failure in page_rec_get_next_low() during innodb_gis.rtr...Marko Mäkelä2019-12-201-0/+1
* | MDEV-21239 ASAN use-after-poison in a server shutdown in innodb.innodb_buffer...Eugene Kosov2019-12-201-0/+6
* | MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-1366-745/+792
* | MDEV-14482 - Cache line contention on ut_rnd_interval()Marko Mäkelä2019-12-103-23/+10
* | MDEV-21256: Replace the 64-bit LCG with a 32-bit Galois LFSRMarko Mäkelä2019-12-102-21/+30