summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23633 UT_RELAX_CPU or MY_RELAX_CPU does unnecessary compare-and-swapbb-10.2-markoMarko Mäkelä2020-08-311-5/+4
* Cleanup: Avoid repeated calls to dict_col_t::is_virtual()Marko Mäkelä2020-08-312-23/+16
* MDEV-23557 Galera heap-buffer-overflow in wsrep_rec_get_foreign_keybb-10.2-MDEV-23557sjaakola2020-08-281-8/+8
* 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
* MDEV-22782 AddressSanitizer race condition in trx_free()Marko Mäkelä2020-08-215-176/+149
* 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
* 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.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
* | 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
* | MDEV-11799 Doublewrite recovery can corrupt data pagesMarko Mäkelä2020-07-314-114/+164
* | MDEV-23198 Crash in REPLACEMarko Mäkelä2020-07-311-4/+4
* | MDEV-23332 Index online status assert failure in btr_search_drop_page_hash_indexThirunarayanan Balathandayuthapani2020-07-301-20/+0
* | MDEV-23339 innodb_force_recovery=2 may still abort the rollback of recovered ...Marko Mäkelä2020-07-301-2/+2
* | MDEV-23308 CHECK TABLE attempts to access parent_right_page_no=FIL_NULLMarko Mäkelä2020-07-281-5/+7
* | MDEV-23233: Race condition for btr_search_drop_page_hash_index() in buf_page_...Thirunarayanan Balathandayuthapani2020-07-271-2/+17
* | MDEV-14711 Assertion `mode == 16 || mode == 12 || !fix_block->page.file_page_...Thirunarayanan Balathandayuthapani2020-07-241-2/+20
* | MDEV-23134 SEGV in dict_load_table_one during restart after server crashThirunarayanan Balathandayuthapani2020-07-231-0/+1
* | MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-2310-164/+35
* | MDEV-17481 mariadb service won't shutdown when it's running and the OS dateti...Thirunarayanan Balathandayuthapani2020-07-222-0/+7
* | MDEV-13830 Assertion failed: recv_sys->mlog_checkpoint_lsn <= recv_sys->recov...Thirunarayanan Balathandayuthapani2020-07-221-2/+3
* | Merge 10.1 into 10.2Marko Mäkelä2020-07-2016-126/+100
|\ \ | |/
| * MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-2012-100/+157
| * Cleanup: Remove fil_check_adress_in_tablespace()Marko Mäkelä2020-07-203-35/+12
| * Cleanup: Remove unused AbstractCallback::m_free_limitMarko Mäkelä2020-07-201-9/+0
* | MDEV-21347 innodb_log_optimize_ddl=OFF is not crash safeMarko Mäkelä2020-07-166-55/+80
* | Make page validation stricterMarko Mäkelä2020-07-151-8/+6
* | MDEV-23183 Infinite loop on page_validate() on corrupted pageMarko Mäkelä2020-07-151-1/+3