summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8334: Rename utf8 to utf8mb310.6-rucha-mdev-8334Rucha Deodhar2021-03-161-2/+2
* MDEV-24643: Assertion failed in rw_lock::update_unlock()Marko Mäkelä2021-02-124-6/+21
* MDEV-20612: Enable concurrent lock_release()Marko Mäkelä2021-02-123-20/+97
* MDEV-20612: Partition lock_sys.latchMarko Mäkelä2021-02-1220-831/+1109
* MDEV-20612: Replace lock_sys.mutex with lock_sys.latchMarko Mäkelä2021-02-1123-281/+342
* MDEV-20612 preparation: LockMutexGuardMarko Mäkelä2021-02-1111-471/+327
* MDEV-20612 preparation: Fewer calls to buf_page_t::id()Marko Mäkelä2021-02-1114-767/+598
* MDEV-24834 Assertion mtr->memo_contains_flagged() in btr0cur.cc:1500Marko Mäkelä2021-02-101-1/+2
* MDEV-24832 Root page AHI removal fails during rollback of bulk insertThirunarayanan Balathandayuthapani2021-02-101-5/+5
* Cleanup: Replace mysql_cond_t with pthread_cond_tMarko Mäkelä2021-02-0713-100/+102
* Merge 10.5 into 10.6Marko Mäkelä2021-02-078-56/+48
|\
| * MDEV-23399 fixup: Use plain pthread_condMarko Mäkelä2021-02-078-47/+49
| * MDEV-23379 fixup: Remove dead PERFORMANCE_SCHEMA codeMarko Mäkelä2021-02-071-11/+1
* | Cleanup: Remove lock_trx_lock_list_init(), lock_table_get_n_locks()Marko Mäkelä2021-02-074-50/+7
* | MDEV-21452 fixup: Introduce trx_t::mutex_is_owner()Marko Mäkelä2021-02-059-116/+156
* | MDEV-24789: Try to reduce mutex contentionMarko Mäkelä2021-02-051-99/+79
* | MDEV-24789: Reduce sizeof(trx_lock_t)Marko Mäkelä2021-02-055-55/+54
* | Cleanup: Reduce some lock_sys.mutex contentionMarko Mäkelä2021-02-057-100/+49
* | MDEV-24731 fixup: bogus assertionMarko Mäkelä2021-02-051-4/+3
* | MDEV-24781 Assertion `mode == 16 || mode == 12 || fix_block->page.status != b...Thirunarayanan Balathandayuthapani2021-02-051-0/+21
* | MDEV-24731 Excessive mutex contention in DeadlockChecker::check_and_resolve()Marko Mäkelä2021-02-0410-560/+440
* | MDEV-24720 AHI removal during rollback of bulk insertThirunarayanan Balathandayuthapani2021-02-023-44/+130
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-027-13/+79
|\ \ | |/
| * MDEV-24765 fseg_free_extent fails to call buf_page_free() for the whole segmentThirunarayanan Balathandayuthapani2021-02-021-2/+2
| * MDEV-24754 Crash in ha_partition_inplace_ctx::~ha_partition_inplace_ctx()Marko Mäkelä2021-02-011-1/+1
| * MDEV-24685 - remove IO thread states output from SHOW ENGINE INNODB STATUSVladislav Vaintroub2021-01-293-60/+0
| * MDEV-24564 Statistics are lost after ALTER TABLEbb-10.5-MDEV-24564Marko Mäkelä2021-01-283-5/+39
| * MDEV-24705 add check that LSN of the last skipped log record equals to FIL_PA...Vlad Lesin2021-01-281-2/+20
| * MDEV-24695 Encryption modifies a freed pageThirunarayanan Balathandayuthapani2021-01-283-4/+18
| * MDEV-24693 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2021-01-271-2/+2
* | Cleanup: Remove many C-style lock_get_ accessorsMarko Mäkelä2021-01-276-253/+114
* | Cleanup: Remove lock_get_size()Marko Mäkelä2021-01-273-18/+2
* | MDEV-24700 Assertion "lock not found"==0 in lock_table_x_unlock()Marko Mäkelä2021-01-273-34/+38
* | MDEV-20612: Speed up lock_table_other_has_incompatible()Marko Mäkelä2021-01-272-37/+72
* | Cleanup: Remove LOCK_REC (which was mutually exclusive with LOCK_TABLE)Marko Mäkelä2021-01-2710-281/+143
* | Cleanup: Remove ib_lock_t::type_mode_string()Marko Mäkelä2021-01-272-55/+34
* | Cleanup: Replace lock_mode_string() with a table lookupMarko Mäkelä2021-01-272-29/+15
* | MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait()Marko Mäkelä2021-01-2725-1508/+582
* | Cleanups:Marko Mäkelä2021-01-2717-144/+49
* | Cleanup: Remove unused query node declarationsMarko Mäkelä2021-01-272-42/+1
* | Cleanup the lock creationMarko Mäkelä2021-01-273-73/+34
* | Cleanup: Remove trx_get_id_for_print()Marko Mäkelä2021-01-276-67/+11
* | MDEV-24685 - remove IO thread states output from SHOW ENGINE INNODB STATUSVladislav Vaintroub2021-01-273-60/+0
* | MDEV-515 fixup: Cover dict_table_t::clear() during ADD INDEXMarko Mäkelä2021-01-251-3/+3
* | MDEV-515 Reduce InnoDB undo logging for insert into empty tableMarko Mäkelä2021-01-2524-426/+799
* | MDEV-24642 Assertion r->emplace... failed in sux_lock::s_lock_register()Marko Mäkelä2021-01-253-14/+15
* | Merge 10.5 into 10.6Marko Mäkelä2021-01-2510-65/+90
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-01-254-34/+50
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-01-254-34/+51
| | |\
| | | * MDEV-24653 Assertion block->page.id.page_no() == index->page failed in innoba...Marko Mäkelä2021-01-252-7/+20