mariadb/storage/innobase/include
Marko Mäkelä a9550c47e4 MDEV-16264 fixup: Remove unused code and data
LATCH_ID_OS_AIO_READ_MUTEX,
LATCH_ID_OS_AIO_WRITE_MUTEX,
LATCH_ID_OS_AIO_LOG_MUTEX,
LATCH_ID_OS_AIO_IBUF_MUTEX,
LATCH_ID_OS_AIO_SYNC_MUTEX: Remove. The tpool is not instrumented.

lock_set_timeout_event(): Remove.

srv_sys_mutex_key, srv_sys_t::mutex, SYNC_THREADS: Remove.

srv_slot_t::suspended: Remove. We only ever assigned this data member
true, so it is redundant.

ib_wqueue_wait(), ib_wqueue_timedwait(): Remove.

os_thread_join(): Remove.

os_thread_create(), os_thread_exit(): Remove redundant parameters.

These were missed in commit 5e62b6a5e0.
2020-09-30 14:28:11 +03:00
..
btr0btr.h MDEV-21133 follow-up: More my_assume_aligned hints 2020-05-07 12:25:00 +03:00
btr0btr.ic MDEV-22110 preparation: Remove mtr_memo_contains macros 2020-06-10 07:50:09 +03:00
btr0bulk.h Merge 10.4 into 10.5 2020-07-16 07:15:06 +03:00
btr0cur.h Cleanup: Remove redundant #include "ha0ha.h" 2020-07-13 17:49:09 +03:00
btr0cur.ic MDEV-22110 preparation: Remove mtr_memo_contains macros 2020-06-10 07:50:09 +03:00
btr0defragment.h Cleanup: Remove unnecessary declarations 2020-09-30 13:37:15 +03:00
btr0pcur.h Merge 10.4 into 10.5 2020-05-18 17:30:02 +03:00
btr0pcur.ic Merge 10.2 into 10.3 2020-06-05 16:51:26 +03:00
btr0sea.h MDEV-22871 follow-up fix: AHI corruption & leak 2020-06-19 12:34:21 +03:00
btr0sea.ic MDEV-22871: Clean up btr_search_sys 2020-06-18 14:16:01 +03:00
btr0types.h Merge 10.3 into 10.4 2020-03-30 14:50:23 +03:00
buf0buddy.h MDEV-15053 fixup: MSAN use-of-uninitialized-value 2020-06-06 08:30:09 +03:00
buf0buf.h MDEV-23719: Remove buf_block_t::lock_hash_val 2020-09-17 14:08:34 +03:00
buf0buf.ic MDEV-23719: Remove buf_block_t::lock_hash_val 2020-09-17 14:08:34 +03:00
buf0checksum.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
buf0dblwr.h MDEV-21174 fixup: Remove buf_dblwr_being_created 2020-09-30 13:50:00 +03:00
buf0dump.h Make .clang-format work with clang-8 2019-11-15 18:09:30 +01:00
buf0flu.h MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
buf0flu.ic MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
buf0lru.h MDEV-22871: Reduce InnoDB buf_pool.page_hash contention 2020-06-18 14:16:01 +03:00
buf0rea.h MDEV-15058: Deprecate and ignore innodb_buffer_pool_instances 2020-02-12 14:45:21 +02:00
buf0types.h MDEV-22871: Reduce InnoDB buf_pool.page_hash contention 2020-06-18 14:16:01 +03:00
data0data.h Merge 10.3 into 10.4 2020-03-30 14:50:23 +03: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 Update FSF Address 2019-05-11 21:29:06 +03:00
db0err.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
dict0boot.h MDEV-21133 follow-up: More my_assume_aligned hints 2020-05-07 12:25:00 +03:00
dict0boot.ic MDEV-21133 follow-up: More my_assume_aligned hints 2020-05-07 12:25:00 +03:00
dict0crea.h MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
dict0crea.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0defrag_bg.h Cleanup: Remove unnecessary declarations 2020-09-30 13:37:15 +03:00
dict0dict.h Merge 10.4 into 10.5 2020-07-23 09:19:06 +03:00
dict0dict.ic Merge 10.2 into 10.3 2020-07-14 22:59:19 +03:00
dict0load.h Merge 10.4 into 10.5 2020-03-17 07:58:41 +02:00
dict0mem.h Merge 10.2 into 10.3 2020-09-09 13:06:46 +03:00
dict0mem.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
dict0pagecompress.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0pagecompress.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0priv.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
dict0priv.ic MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
dict0stats.h Merge 10.4 into 10.5 2020-04-29 15:40:51 +03:00
dict0stats.ic Merge remote-tracking branch 'origin/10.4' into 10.5 2020-07-03 23:31:12 +03:00
dict0stats_bg.h Cleanup: Remove unnecessary declarations 2020-09-30 13:37:15 +03:00
dict0types.h Merge 10.3 into 10.4 2019-11-01 15:23:18 +02:00
dyn0buf.h Merge 10.4 into 10.5 2020-05-31 10:28:59 +03:00
dyn0types.h MDEV-12353: Replace MLOG_REC_INSERT,MLOG_COMP_REC_INSERT 2020-02-13 18:19:14 +02:00
eval0eval.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
eval0eval.ic Remove InnoDB wrappers of <string.h> functions 2019-10-30 07:31:39 +02:00
eval0proc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
eval0proc.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fil0crypt.h MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
fil0crypt.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fil0fil.h Merge 10.4 into 10.5 2020-09-23 11:32:43 +03: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-21225 Remove ut_align() and use aligned_malloc() 2019-12-05 06:42:31 +02:00
fsp0fsp.h Merge 10.4 into 10.5 2020-09-09 16:57:30 +03:00
fsp0space.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
fsp0sysspace.h MDEV-19951 use override keyword across the InnoDB 2019-07-04 16:28:27 +03:00
fsp0types.h MDEV-18115 Remove dummy tablespace for the redo log 2020-01-01 22:09:51 +08:00
fts0ast.h Merge 10.4 into 10.5 2020-08-21 20:32:04 +03:00
fts0blex.h Merge 10.1 into 10.2 2019-04-02 09:14:15 +03:00
fts0fts.h Merge 10.4 into 10.5 2020-09-23 11:32:43 +03:00
fts0opt.h Merge 10.1 to 10.2 2019-10-25 17:33:39 +03:00
fts0pars.h
fts0plugin.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0priv.h Merge 10.4 into 10.5 2020-09-23 11:32:43 +03:00
fts0priv.ic MDEV-18867 Long Time to Stop and Start 2020-09-10 14:10:26 +05:30
fts0tlex.h Merge 10.1 into 10.2 2019-04-02 09:14:15 +03:00
fts0tokenize.h MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
fts0types.h MDEV-22629 Remove fts_indexes field from struct fts_update_t (#1537) 2020-05-20 12:40:07 +05:30
fts0types.ic Merge 10.4 into 10.5 2020-05-20 17:46:05 +03:00
fts0vlc.ic Update FSF address 2019-05-11 19:25:02 +03:00
fut0fut.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +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 Merge 10.4 into 10.5 2020-05-13 14:25:06 +03:00
gis0rtree.ic Merge 10.3 into 10.4 2020-05-13 12:52:57 +03:00
gis0type.h Merge 10.3 into 10.4 2020-05-13 12:52:57 +03: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 Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha0storage.ic MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
ha_prototypes.h MDEV-23379 Deprecate&ignore InnoDB concurrency throttling parameters 2020-08-04 06:59:29 +03:00
handler0alter.h Merge branch '10.2' into 10.3 2020-05-04 16:47:11 +02:00
hash0hash.h MDEV-22871: Reduce InnoDB buf_pool.page_hash contention 2020-06-18 14:16:01 +03:00
ib0mutex.h MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
ibuf0ibuf.h MDEV-12353: Remove support for crash-upgrade 2020-02-13 19:13:45 +02:00
ibuf0ibuf.ic MDEV-22110 InnoDB unnecessarily writes unmodified pages 2020-07-28 14:02:11 +03:00
ibuf0types.h Update FSF Address 2019-05-11 21:29:06 +03:00
lock0iter.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lock0lock.h MDEV-16264 fixup: Remove unused code and data 2020-09-30 14:28:11 +03:00
lock0lock.ic MDEV-23719: Make lock_sys use page_id_t 2020-09-17 14:08:41 +03:00
lock0prdt.h MDEV-23719: Make lock_sys use page_id_t 2020-09-17 14:08:41 +03:00
lock0priv.h MDEV-23719: Make lock_sys use page_id_t 2020-09-17 14:08:41 +03:00
lock0priv.ic MDEV-23719: Make lock_sys use page_id_t 2020-09-17 14:08:41 +03:00
lock0types.h MDEV-23719: Make lock_sys use page_id_t 2020-09-17 14:08:41 +03:00
log0crypt.h Cleanup: log upgrade and encryption 2020-03-07 14:31:36 +02:00
log0log.h MDEV-21534 fixup: Remove traces of removed log_sys.write_mutex 2020-09-30 13:48:20 +03:00
log0log.ic Merge 10.3 into 10.4 2020-08-20 11:01:47 +03:00
log0recv.h MDEV-23526 InnoDB leaks memory for some static objects 2020-08-21 11:54:16 +03: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-12353: Remove support for crash-upgrade 2020-02-13 19:13:45 +02:00
mem0mem.h MDEV-22871: Clean up hash_table_t 2020-06-18 14:16:01 +03:00
mem0mem.ic MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
mtr0log.h MDEV-23566 SIGSEGV in mtr_t::init 2020-08-25 15:25:22 +03:00
mtr0mtr.h Merge 10.4 into 10.5 2020-09-09 16:57:30 +03:00
mtr0mtr.ic MDEV-22110 InnoDB unnecessarily writes unmodified pages 2020-07-28 14:02:11 +03:00
mtr0types.h MDEV-22110 InnoDB unnecessarily writes unmodified pages 2020-07-28 14:02:11 +03:00
os0api.h MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
os0event.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
os0file.h MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
os0file.ic perfschema file instrumentation related changes 2020-03-10 19:24:22 +01:00
os0thread.h MDEV-16264 fixup: Remove unused code and data 2020-09-30 14:28:11 +03: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 Merge 10.3 into 10.4, except MDEV-22543 2020-08-13 18:48:41 +03:00
page0page.ic MDEV-22110 preparation: Remove mtr_memo_contains macros 2020-06-10 07:50:09 +03:00
page0types.h Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
page0zip.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
page0zip.ic Merge 10.4 into 10.5 2020-07-02 09:41:44 +03:00
pars0grm.h MDEV-21254 Remove unused keywords from the InnoDB SQL parser 2019-12-09 12:32:04 +02:00
pars0opt.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
pars0pars.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
pars0sym.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
pars0types.h Update FSF Address 2019-05-11 21:29:06 +03:00
que0que.h Merge 10.4 into 10.5 2020-06-03 09:45:39 +03:00
que0que.ic Cleanup: Remove thr_is_recv(), trx_is_recv() 2020-06-01 10:23:11 +03:00
que0types.h MDEV-23379 Deprecate&ignore InnoDB concurrency throttling parameters 2020-08-04 06:59:29 +03:00
read0types.h Merge 10.4 into 10.5 2020-08-21 20:32:04 +03: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 Update FSF Address 2019-05-11 21:29:06 +03:00
row0ftsort.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
row0import.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
row0ins.h MDEV-20661 Virtual fields are not recalculated on system fields value assignment 2020-07-20 18:28:08 +03:00
row0log.h Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
row0log.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0merge.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
row0mysql.h Merge 10.4 into 10.5 2020-09-04 18:44:44 +03: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 Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
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 Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0types.h Merge 10.4 into 10.5 2020-03-30 19:07:25 +03:00
row0uins.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0umod.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
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 Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
rw_lock.h MDEV-22871: Reduce InnoDB buf_pool.page_hash contention 2020-06-18 14:16:01 +03:00
srv0mon.h Merge remote-tracking branch 'origin/10.4' into 10.5 2020-07-03 23:31:12 +03:00
srv0mon.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
srv0srv.h MDEV-16264 fixup: Remove unused code and data 2020-09-30 14:28:11 +03:00
srv0start.h MDEV-23379 Deprecate&ignore InnoDB concurrency throttling parameters 2020-08-04 06:59:29 +03:00
sync0arr.h Cleanup: Simplify sync_array_object_signalled() 2020-09-30 13:37:15 +03:00
sync0arr.ic Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
sync0debug.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0policy.h MDEV-22930 Unnecessary contention on rw_lock_list_mutex in ibuf_dummy_index_create() 2020-07-08 04:08:30 +03:00
sync0rw.h MDEV-22930 Unnecessary contention on rw_lock_list_mutex in ibuf_dummy_index_create() 2020-07-08 04:08:30 +03:00
sync0rw.ic MDEV-22871: Reduce InnoDB buf_pool.page_hash contention 2020-06-18 14:16:01 +03:00
sync0sync.h MDEV-16264 fixup: Remove unused code and data 2020-09-30 14:28:11 +03:00
sync0types.h MDEV-16264 fixup: Remove unused code and data 2020-09-30 14:28:11 +03:00
trx0i_s.h MDEV-23719: Make lock_sys use page_id_t 2020-09-17 14:08:41 +03:00
trx0purge.h MDEV-22593 - InnoDB: don't take trx_sys.mutex in ReadView::open() 2020-05-26 17:11:20 +04:00
trx0rec.h Merge 10.4 into 10.5 2020-05-05 21:16:22 +03: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-21216 InnoDB does dirty read of TRX_SYS page before recovery 2019-12-04 15:34:28 +02:00
trx0rseg.ic MDEV-21174: Replace mlog_write_ulint() with mtr_t::write() 2019-12-03 11:05:18 +02:00
trx0sys.h Merge 10.4 into 10.5 2020-08-21 20:32:04 +03:00
trx0trx.h Merge 10.4 into 10.5 2020-08-21 20:32:04 +03:00
trx0trx.ic MDEV-22593 - InnoDB: don't take trx_sys.mutex in ReadView::open() 2020-05-26 17:11:20 +04:00
trx0types.h MDEV-21751 innodb_fast_shutdown=0 can be unnecessarily slow 2020-06-03 16:37:00 +02:00
trx0undo.h MDEV-12353: Reduce log volume by an UNDO_INIT record 2020-02-19 15:52:16 +02:00
trx0undo.ic MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
trx0xa.h Update FSF Address 2019-05-11 21:29:06 +03:00
univ.i MDEV-23163 Merge new release of InnoDB 5.7.31 to 10.2 2020-07-14 15:13:40 +03: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 Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +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 Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0list.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0lst.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
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
ut0mutex.h MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
ut0new.h Cleanup: Remove os0proc.* 2020-09-03 16:40:42 +03:00
ut0pool.h Merge 10.2 into 10.3 2020-08-21 19:18:34 +03:00
ut0rbt.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
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 Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0stage.h MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
ut0ut.h Merge 10.4 into 10.5 2020-06-05 20:36:43 +03:00
ut0ut.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0vec.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0vec.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0wqueue.h MDEV-16264 fixup: Remove unused code and data 2020-09-30 14:28:11 +03:00