mariadb/storage/innobase/row
Marko Mäkelä 786bc312b8 Cleanup: Replace mysql_cond_t with pthread_cond_t
Let us avoid the memory overhead and the dead duplicated code
for each use of never-instrumented condition variables in InnoDB.
2021-02-07 13:21:18 +02:00
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
row0import.cc Cleanups: 2021-01-27 15:45:39 +02:00
row0ins.cc Cleanup: Reduce some lock_sys.mutex contention 2021-02-05 13:14:50 +02:00
row0log.cc MDEV-24781 Assertion `mode == 16 || mode == 12 || fix_block->page.status != buf_page_t::FREED' failed in buf_page_get_low 2021-02-05 10:32:36 +05:30
row0merge.cc Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
row0mysql.cc Cleanup: Reduce some lock_sys.mutex contention 2021-02-05 13:14:50 +02:00
row0purge.cc MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
row0quiesce.cc MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
row0row.cc Merge 10.5 into 10.6 2021-01-07 09:08:09 +02:00
row0sel.cc Cleanup: Reduce some lock_sys.mutex contention 2021-02-05 13:14:50 +02:00
row0uins.cc MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
row0umod.cc MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
row0undo.cc MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
row0upd.cc Cleanup: Reduce some lock_sys.mutex contention 2021-02-05 13:14:50 +02:00
row0vers.cc MDEV-21452 fixup: Introduce trx_t::mutex_is_owner() 2021-02-05 16:37:06 +02:00