mariadb/storage/innobase/include
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
..
btr0btr.h MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lock 2020-12-03 15:28:53 +02:00
btr0btr.ic Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
btr0bulk.h Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
btr0cur.h MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lock 2020-12-03 15:28:53 +02:00
btr0cur.ic MDEV-22110 preparation: Remove mtr_memo_contains macros 2020-06-10 07:50:09 +03:00
btr0defragment.h MDEV-21452: Replace all direct use of os_event_t 2020-12-15 17:56:17 +02:00
btr0pcur.h MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lock 2020-12-03 15:28:53 +02:00
btr0pcur.ic MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lock 2020-12-03 15:28:53 +02:00
btr0sea.h MDEV-24167 fixup: Improve the PERFORMANCE_SCHEMA instrumentation 2020-12-03 09:55:53 +02:00
btr0sea.ic MDEV-24167 fixup: Improve the PERFORMANCE_SCHEMA instrumentation 2020-12-03 09:55:53 +02:00
btr0types.h Merge 10.3 into 10.4 2020-03-30 14:50:23 +03:00
buf0block_hint.h Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
buf0buddy.h MDEV-15053 fixup: MSAN use-of-uninitialized-value 2020-06-06 08:30:09 +03:00
buf0buf.h Merge 10.5 into 10.6 2021-02-07 12:32:33 +02:00
buf0buf.ic MDEV-24142: Replace InnoDB rw_lock_t with sux_lock 2020-12-03 15:19:49 +02:00
buf0checksum.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
buf0dblwr.h MDEV-23399 fixup: Use plain pthread_cond 2021-02-07 12:19:24 +02:00
buf0dump.h Make .clang-format work with clang-8 2019-11-15 18:09:30 +01:00
buf0flu.h MDEV-16264 fixup: Clean up asynchronous I/O 2020-10-26 17:53:54 +02:00
buf0flu.ic MDEV-12227 Defer writes to the InnoDB temporary tablespace 2020-12-09 09:22:13 +02:00
buf0lru.h MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +03:00
buf0rea.h MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contention 2020-10-26 17:09:01 +02:00
buf0types.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
data0data.h Merge 10.3 into 10.4 2020-12-23 14:52:59 +02:00
data0data.ic Merge 10.4 into 10.5 2020-07-02 09:41:44 +03:00
data0type.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
data0type.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
data0types.h
db0err.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
dict0boot.h MDEV-24142: Remove the LatchDebug interface to rw-locks 2020-12-03 15:27:50 +02:00
dict0crea.h MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILES 2020-11-11 11:15:11 +02:00
dict0crea.ic
dict0defrag_bg.h Cleanup: Remove unnecessary declarations 2020-09-30 13:37:15 +03:00
dict0dict.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
dict0dict.ic MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
dict0load.h MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILES 2020-11-11 11:15:11 +02:00
dict0mem.h MDEV-20612: Speed up lock_table_other_has_incompatible() 2021-01-27 15:45:39 +02:00
dict0mem.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
dict0pagecompress.h
dict0pagecompress.ic
dict0priv.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
dict0priv.ic MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
dict0stats.h Merge 10.4 into 10.5 2020-04-29 15:40:51 +03:00
dict0stats.ic MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
dict0stats_bg.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
dict0types.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
dyn0buf.h MDEV-24188: Merge 10.4 into 10.5 2020-11-13 22:06:50 +02:00
dyn0types.h MDEV-12353: Replace MLOG_REC_INSERT,MLOG_COMP_REC_INSERT 2020-02-13 18:19:14 +02:00
eval0eval.h
eval0eval.ic Remove InnoDB wrappers of <string.h> functions 2019-10-30 07:31:39 +02:00
eval0proc.h
eval0proc.ic
fil0crypt.h MDEV-21452: Replace all direct use of os_event_t 2020-12-15 17:56:17 +02:00
fil0crypt.ic
fil0fil.h MDEV-24569: Merge 10.5 into 10.6 2021-01-14 16:35:05 +02:00
fil0fil.ic MDEV-21133 follow-up: Use fil_page_get_type() 2020-05-07 17:15:34 +03:00
fil0pagecompress.h MDEV-21133 follow-up: More my_assume_aligned hints 2020-05-07 12:25:00 +03:00
fsp0file.h MDEV-23855: Shrink fil_space_t 2020-10-26 17:53:54 +02:00
fsp0fsp.h MDEV-24720 AHI removal during rollback of bulk insert 2021-02-02 19:24:05 +05:30
fsp0space.h Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
fsp0sysspace.h Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
fsp0types.h MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contention 2020-10-26 17:09:01 +02:00
fts0ast.h Merge 10.4 to 10.5 2020-10-22 17:08:49 +03:00
fts0blex.h
fts0fts.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
fts0opt.h Merge 10.1 to 10.2 2019-10-25 17:33:39 +03:00
fts0pars.h
fts0plugin.h
fts0priv.h MDEV-21452: Replace all direct use of os_event_t 2020-12-15 17:56:17 +02:00
fts0priv.ic MDEV-18867 Long Time to Stop and Start 2020-09-10 14:10:26 +05:30
fts0tlex.h
fts0tokenize.h MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
fts0types.h Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
fts0types.ic Merge 10.4 into 10.5 2020-05-20 17:46:05 +03:00
fts0vlc.ic
fut0fut.h MDEV-24142: Remove the LatchDebug interface to rw-locks 2020-12-03 15:27:50 +02:00
fut0lst.h MDEV-12353: Change the redo log encoding 2020-02-13 19:12:17 +02:00
gis0geo.h MDEV-21924 Clean up InnoDB GIS record comparison 2020-03-12 18:13:53 +02:00
gis0rtree.h MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lock 2020-12-03 15:28:53 +02:00
gis0rtree.ic MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
gis0type.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
ha0ha.h MDEV-22871: Clean up btr_search_sys 2020-06-18 14:16:01 +03:00
ha0ha.ic MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
ha0storage.h
ha0storage.ic MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
ha_prototypes.h Merge 10.5 into 10.6 2020-11-23 17:57:58 +02:00
handler0alter.h Merge branch '10.2' into 10.3 2020-05-04 16:47:11 +02:00
hash0hash.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
ibuf0ibuf.h MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lock 2020-12-03 15:28:53 +02:00
ibuf0ibuf.ic MDEV-22110 InnoDB unnecessarily writes unmodified pages 2020-07-28 14:02:11 +03:00
ibuf0types.h
lock0iter.h
lock0lock.h Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
lock0lock.ic Cleanup: Remove LOCK_REC (which was mutually exclusive with LOCK_TABLE) 2021-01-27 15:45:39 +02:00
lock0prdt.h MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
lock0priv.h MDEV-24731 Excessive mutex contention in DeadlockChecker::check_and_resolve() 2021-02-04 16:38:07 +02:00
lock0priv.ic Cleanup: Remove many C-style lock_get_ accessors 2021-01-27 18:41:58 +02:00
lock0types.h Cleanup: Remove LOCK_REC (which was mutually exclusive with LOCK_TABLE) 2021-01-27 15:45:39 +02:00
log0crypt.h Cleanup: log upgrade and encryption 2020-03-07 14:31:36 +02:00
log0log.h MDEV-24109 InnoDB hangs with innodb_flush_sync=OFF 2020-11-04 16:55:36 +02:00
log0log.ic MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
log0recv.h Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
log0types.h MDEV-22325 ib_logfile0 is too small for innodb_thread_concurrency=0. The size of ib_logfile0 should be bigger than 200 kB * innodb_thread_concurrency. 2020-06-09 03:15:31 +03:00
mach0data.h MDEV-12353: Remove support for crash-upgrade 2020-02-13 19:13:45 +02:00
mach0data.ic MDEV-24142: Replace InnoDB rw_lock_t with sux_lock 2020-12-03 15:19:49 +02:00
mem0mem.h MDEV-22871: Clean up hash_table_t 2020-06-18 14:16:01 +03:00
mem0mem.ic MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
mtr0log.h MDEV-24445 Using innodb_undo_tablespaces corrupts system tablespace 2020-12-18 19:23:34 +02:00
mtr0mtr.h MDEV-24569: Merge 10.5 into 10.6 2021-01-14 16:35:05 +02:00
mtr0mtr.ic MDEV-24142: Replace InnoDB rw_lock_t with sux_lock 2020-12-03 15:19:49 +02:00
mtr0types.h MDEV-24569: Merge 10.5 into 10.6 2021-01-14 16:35:05 +02:00
os0file.h Merge 10.5 into 10.6 2021-01-04 10:52:32 +02:00
os0file.ic MDEV-16264 fixup: Clean up asynchronous I/O 2020-10-26 17:53:54 +02:00
os0thread.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
page0cur.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
page0cur.ic Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
page0page.h Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
page0page.ic Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
page0types.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
page0zip.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
page0zip.ic MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
pars0grm.h MDEV-21254 Remove unused keywords from the InnoDB SQL parser 2019-12-09 12:32:04 +02:00
pars0opt.h
pars0pars.h Cleanups: 2021-01-27 15:45:39 +02:00
pars0sym.h
pars0types.h
que0que.h MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait() 2021-01-27 15:45:39 +02:00
que0que.ic MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait() 2021-01-27 15:45:39 +02:00
que0types.h MDEV-23379 Deprecate&ignore InnoDB concurrency throttling parameters 2020-08-04 06:59:29 +03:00
read0types.h MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
rem0cmp.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
rem0cmp.ic MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
rem0rec.h Merge 10.4 into 10.5 2020-09-04 18:44:44 +03:00
rem0rec.ic Merge 10.4 into 10.5 2020-07-02 09:41:44 +03:00
rem0types.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
row0ext.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
row0ext.ic
row0ftsort.h Cleanup: Replace mysql_cond_t with pthread_cond_t 2021-02-07 13:21:18 +02:00
row0import.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
row0ins.h MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
row0log.h MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
row0log.ic MDEV-24142: Replace InnoDB rw_lock_t with sux_lock 2020-12-03 15:19:49 +02:00
row0merge.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
row0mysql.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
row0purge.h MDEV-16678 Prefer MDL to dict_sys.latch for innodb background tasks 2019-12-11 23:32:50 +07:00
row0quiesce.h
row0row.h Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
row0row.ic Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
row0sel.h MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
row0sel.ic
row0types.h Merge 10.4 into 10.5 2020-03-30 19:07:25 +03:00
row0uins.h
row0umod.h
row0undo.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
row0upd.h Merge 10.4 into 10.5 2020-08-26 12:02:07 +03:00
row0upd.ic Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
row0vers.h MDEV-21452: Replace all direct use of os_event_t 2020-12-15 17:56:17 +02:00
rw_lock.h MDEV-24167 fixup: Wake up all update_lock() in u_unlock() 2020-12-16 17:45:01 +02:00
srv0mon.h Merge 10.5 into 10.6 2021-01-07 09:08:09 +02:00
srv0mon.ic
srv0srv.h MDEV-24731 Excessive mutex contention in DeadlockChecker::check_and_resolve() 2021-02-04 16:38:07 +02:00
srv0start.h MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILES 2020-11-11 11:15:11 +02:00
srw_lock.h MDEV-24142 - Windows - do not use WaitOnAddress-based ssux_lock. 2020-12-25 13:59:04 +01:00
sux_lock.h MDEV-24642 Assertion r->emplace... failed in sux_lock::s_lock_register() 2021-01-25 15:14:46 +02:00
trx0i_s.h Cleanups: 2021-01-27 15:45:39 +02:00
trx0purge.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
trx0rec.h MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
trx0rec.ic Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
trx0roll.h Merge 10.4 into 10.5 2020-06-03 09:45:39 +03:00
trx0rseg.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
trx0rseg.ic MDEV-24142: Remove the LatchDebug interface to rw-locks 2020-12-03 15:27:50 +02:00
trx0sys.h MDEV-21452 fixup: Introduce trx_t::mutex_is_owner() 2021-02-05 16:37:06 +02:00
trx0trx.h MDEV-21452 fixup: Introduce trx_t::mutex_is_owner() 2021-02-05 16:37:06 +02:00
trx0trx.ic Cleanups: 2021-01-27 15:45:39 +02:00
trx0types.h MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait() 2021-01-27 15:45:39 +02:00
trx0undo.h Cleanup: Remove redundant nonnull attributes 2020-11-25 11:28:26 +02:00
trx0undo.ic MDEV-24142: Remove the LatchDebug interface to rw-locks 2020-12-03 15:27:50 +02:00
trx0xa.h
univ.i Merge 10.5 into 10.6 2020-12-17 14:56:08 +02:00
ut0byte.h Cleanup: Aligned InnoDB index page header access 2020-02-08 14:12:59 +02:00
ut0byte.ic Cleanup: Aligned InnoDB index page header access 2020-02-08 14:12:59 +02:00
ut0counter.h MDEV-24142: Replace InnoDB rw_lock_t with sux_lock 2020-12-03 15:19:49 +02:00
ut0crc32.h MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
ut0dbg.h Merge 10.2 into 10.3 2019-05-29 11:32:46 +03:00
ut0list.h
ut0list.ic
ut0lst.h
ut0mem.h Cleanup: Remove unnecessary #include 2020-09-30 13:35:05 +03:00
ut0mem.ic Remove InnoDB wrappers of <string.h> functions 2019-10-30 07:31:39 +02:00
ut0new.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00
ut0pool.h Merge 10.2 into 10.3 2020-08-21 19:18:34 +03:00
ut0rbt.h
ut0rnd.h MDEV-21256 after-merge fix: Use std::atomic 2020-02-01 15:06:12 +02:00
ut0rnd.ic MDEV-21256: Simplify ut_rnd_interval() 2019-12-10 16:58:28 +02:00
ut0sort.h
ut0stage.h MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
ut0ut.h Cleanup: Fix build problems with the Intel compiler 2020-11-20 07:59:46 +02:00
ut0ut.ic
ut0vec.h
ut0vec.ic
ut0wqueue.h MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +02:00