169 Commits (202316a38fef8b9042e03ddf828e394f32cc51a2)

Author SHA1 Message Date
Vlad Lesin 86c1bf118a MDEV-27992 DELETE fails to delete record after blocking is released 4 years ago
Vlad Lesin 5f001bd7b8 MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lock 4 years ago
Vlad Lesin be8113861c MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lock 4 years ago
Vlad Lesin bd03c0e516 MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lock 4 years ago
Vladislav Vaintroub 47e18af906 MDEV-27494 Rename .ic files to .inl 4 years ago
Marko Mäkelä 1f02280904 MDEV-26769 InnoDB does not support hardware lock elision 4 years ago
Marko Mäkelä 18eab4a832 MDEV-26682 Replication timeouts with XA PREPARE 4 years ago
Krunal Bauskar 48bbc44733 MDEV-26609 : Avoid deriving ELEMENT_PER_LATCH from cacheline 4 years ago
Marko Mäkelä 277ba134ad MDEV-26467: Avoid futile spin loops 4 years ago
Marko Mäkelä c5fd9aa562 MDEV-25919: Lock tables before acquiring dict_sys.latch 4 years ago
Marko Mäkelä a7d68e7a0f MDEV-25791: Remove UNIV_INTERN 5 years ago
Marko Mäkelä c366845a0b MDEV-25691: Simplify handlerton::drop_database for InnoDB 5 years ago
Marko Mäkelä a29618f3bd MDEV-25522: Purge of aborted ADD INDEX leaves orphan locks behind 5 years ago
Marko Mäkelä 8751aa7397 MDEV-25404: ssux_lock_low: Introduce a separate writer mutex 5 years ago
sjaakola a1e70388c4 MDEV-24966 Galera multi-master regression 5 years ago
Marko Mäkelä 7c524d4414 MDEV-25371 Potential hang in wsrep_is_BF_lock_timeout() 5 years ago
Marko Mäkelä 8ea923f55b MDEV-24818: Optimize multi-statement INSERT into an empty table 5 years ago
Marko Mäkelä bda8a2a63a MDEV-24671 fixup: Merge lock_sys_t::wait_pending into wait_count 5 years ago
Marko Mäkelä 1c7d4f8de7 MDEV-25016 Race condition between lock_sys_t::cancel() and page split or merge 5 years ago
Marko Mäkelä 8513007c84 Cleanup: Remove some lock accessor functions 5 years ago
Marko Mäkelä 8d16da1487 MDEV-24789: Reduce lock_sys mutex contention further 5 years ago
Marko Mäkelä 7cf4419fc4 MDEV-24789: Reduce lock_sys.wait_mutex contention 5 years ago
Marko Mäkelä 21987e5919 MDEV-20612 fixup: Reduce hash table lookups 5 years ago
Marko Mäkelä 43b239a081 MDEV-24915 Galera conflict resolution is unnecessarily complex 5 years ago
Marko Mäkelä c68007d958 MDEV-24738 Improve the InnoDB deadlock checker 5 years ago
Marko Mäkelä 26d6224dd6 MDEV-20612: Enable concurrent lock_release() 5 years ago
Marko Mäkelä b08448de64 MDEV-20612: Partition lock_sys.latch 5 years ago
Marko Mäkelä b01d8e1a33 MDEV-20612: Replace lock_sys.mutex with lock_sys.latch 5 years ago
Marko Mäkelä 2e64513fba MDEV-20612 preparation: Fewer calls to buf_page_t::id() 5 years ago
Marko Mäkelä 786bc312b8 Cleanup: Replace mysql_cond_t with pthread_cond_t 5 years ago
Marko Mäkelä 74ab97f58f Cleanup: Remove lock_trx_lock_list_init(), lock_table_get_n_locks() 5 years ago
Marko Mäkelä 465bdabb7a Cleanup: Reduce some lock_sys.mutex contention 5 years ago
Marko Mäkelä 5f46385764 MDEV-24731 Excessive mutex contention in DeadlockChecker::check_and_resolve() 5 years ago
Marko Mäkelä 68b2819342 Cleanup: Remove many C-style lock_get_ accessors 5 years ago
Marko Mäkelä cbb0a60c57 Cleanup: Remove lock_get_size() 5 years ago
Marko Mäkelä 3329f0ed0c Cleanup: Remove LOCK_REC (which was mutually exclusive with LOCK_TABLE) 5 years ago
Marko Mäkelä e71e613353 MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait() 5 years ago
Marko Mäkelä 3cef4f8f0f MDEV-515 Reduce InnoDB undo logging for insert into empty table 5 years ago
Marko Mäkelä bd52f1a2dd Cleanup: Remove lock_number_of_rows_locked() 5 years ago
Marko Mäkelä cf2480dd77 MDEV-21452: Retain the watchdog only on dict_sys.mutex, for performance 5 years ago
Marko Mäkelä ff5d306e29 MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 5 years ago
Marko Mäkelä 38fd7b7d91 MDEV-21452: Replace all direct use of os_event_t 5 years ago
Marko Mäkelä b4fb15ccd4 MDEV-16664: Remove innodb_lock_schedule_algorithm 5 years ago
Marko Mäkelä a9550c47e4 MDEV-16264 fixup: Remove unused code and data 5 years ago
Marko Mäkelä 00cd53d39a MDEV-23719: Make lock_sys use page_id_t 5 years ago
Marko Mäkelä cfd3d70ccb MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 6 years ago
Marko Mäkelä eba2d10ac5 MDEV-22721 Remove bloat caused by InnoDB logger class 6 years ago
Daniel Black ba2061da52 MDEV-21595: innodb offset_t rename to rec_offs 6 years ago
Marko Mäkelä edbdfc2f99 MDEV-7962 wsrep_on() takes 0.14% in OLTP RO 6 years ago
Marko Mäkelä 2c39f69d34 MDEV-22203: WSREP_ON is unnecessarily expensive WITH_WSREP=OFF 6 years ago