summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-08-263-86/+82
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-08-263-83/+76
| |\
| | * MDEV-23547 InnoDB: Failing assertion: *len in row_upd_ext_fetchMarko Mäkelä2020-08-253-85/+78
| | * InnoDB: fix debug assertionEugene Kosov2020-08-241-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-2120-257/+204
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-2121-264/+208
| |\ \ | | |/
| | * MDEV-22782 AddressSanitizer race condition in trx_free()Marko Mäkelä2020-08-215-176/+149
* | | MDEV-23526 InnoDB leaks memory for some static objectsMarko Mäkelä2020-08-211-15/+21
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-2019-184/+273
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-2019-179/+237
| |\ \ | | |/
| | * MDEV-23452 Assertion `buf_page_get_io_fix(bpage) == BUF_IO_NONE' failedThirunarayanan Balathandayuthapani2020-08-201-0/+2
| | * MDEV-23452 Assertion `buf_page_get_io_fix(bpage) == BUF_IO_NONE' failedThirunarayanan Balathandayuthapani2020-08-201-6/+16
| | * MDEV-23514 Race conditions between ROLLBACK and ALTER TABLEMarko Mäkelä2020-08-203-13/+20
| | * MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-1910-35/+164
| | * MDEV-23484 Rollback unnecessarily acquires dict_operation_lock for every rowMarko Mäkelä2020-08-183-58/+11
| | * MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFFMarko Mäkelä2020-08-186-96/+17
| | * MDEV-22934 Table disappear after two alter table commandThirunarayanan Balathandayuthapani2020-08-181-1/+9
| | * MDEV-23380 InnoDB reads a page from disk despite parsing MLOG_INIT_FILE_PAGE2...Thirunarayanan Balathandayuthapani2020-08-182-2/+6
| * | MDEV-21251 CHECK TABLE fails to check info_bits of recordsEugene Kosov2020-08-152-7/+51
* | | MDEV-23499 Assertion c.same_type(*o) failedMarko Mäkelä2020-08-182-2/+2
* | | Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-1311-122/+94
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-1311-115/+95
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2020-08-131-14/+1
| | |\
| | | * MDEV-23463 fil_page_decompress() debug check wastes 128KiB of stackMarko Mäkelä2020-08-131-13/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2020-08-135-57/+58
| | |\ \ | | | |/
| | | * MDEV-20672 Inconsistent usage message for innodb_compression_algorithmMarko Mäkelä2020-08-121-1/+1
| | | * MDEV-19526 heap number overflow on innodb_page_size=64kMarko Mäkelä2020-08-124-61/+61
| | * | MDEV-23439 Assertion size == space->size failed in buf_read_ahead_randomMarko Mäkelä2020-08-121-17/+0
| | * | MDEV-14119 Assertion cmp_rec_rec() in ALTER TABLEMarko Mäkelä2020-08-111-7/+11
| | * | MDEV-23447 SIGSEGV in fil_system_t::keyrotate_next()Marko Mäkelä2020-08-111-15/+20
| | * | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-111-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-08-106-194/+121
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-08-106-194/+121
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2020-08-105-203/+107
| | |\ \ | | | |/
| | | * MDEV-16115 Hang after reducing innodb_encryption_threadsMarko Mäkelä2020-08-103-187/+111
| | * | MDEV-23101 fixup: Remove redundant codeMarko Mäkelä2020-08-041-3/+4
| | * | MDEV-23101: SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-08-031-10/+11
* | | | MDEV-23345 Assertion not_redundant() == old.not_redundant()Marko Mäkelä2020-08-041-3/+7
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-034-19/+14
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-034-19/+14
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-024-19/+13
| | |\ \ | | | |/
| | | * MDEV-23272 Galera stack-use-after-scope error with ASAN buildTeemu Ollakka2020-07-241-9/+0
| | | * MDEV-22903 heap-use-after-free while accessing fts cache deleted doc idsThirunarayanan Balathandayuthapani2020-07-231-3/+3
| | | * MDEV-23268 SIGSEGV on srv_monitor_event if InnoDB is read-onlyMarko Mäkelä2020-07-233-9/+12
| | * | MDEV-14711 Fix-upThirunarayanan Balathandayuthapani2020-07-311-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-314-122/+164
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-314-113/+163
| |\ \ \ | | |/ /
| | * | MDEV-11799 Doublewrite recovery can corrupt data pagesMarko Mäkelä2020-07-314-114/+164
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-3119-199/+109
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-3117-196/+96
| |\ \ \ | | |/ /