mariadb/storage/innobase/include
Marko Mäkelä 84c578c795 MDEV-26547 Restoring InnoDB buffer pool dump is single-threaded for no reason
buf_read_page_background(): Remove the parameter "bool sync"
and always actually initiate a page read in the background.

buf_load(): Always submit asynchronous reads. This allows
page checksums to be verified in concurrent threads as
soon as the reads are completed.
2021-09-06 10:14:24 +03:00
..
btr0btr.h Merge 10.4 into 10.5 2021-08-18 18:22:35 +03:00
btr0btr.ic Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
btr0bulk.h Merge 10.4 into 10.5 2021-04-14 11:35:39 +03:00
btr0cur.h Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
btr0cur.ic MDEV-22110 preparation: Remove mtr_memo_contains macros 2020-06-10 07:50:09 +03:00
btr0defragment.h Merge 10.4 into 10.5 2020-10-01 14:30:17 +03:00
btr0pcur.h Merge 10.4 into 10.5 2021-04-14 11:35:39 +03:00
btr0pcur.ic Merge 10.2 into 10.3 2020-06-05 16:51:26 +03:00
btr0sea.h MDEV-22871 fixup: Relax a debug assertion 2020-11-20 08:49:46 +02: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
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 branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
buf0buf.ic Merge 10.4 into 10.5 2020-10-30 11:15:30 +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-25113: Introduce a page cleaner mode before 'furious flush' 2021-06-23 19:06:52 +03:00
buf0flu.ic MDEV-25113: Make page flushing faster 2021-06-23 19:06:52 +03:00
buf0lru.h MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +03:00
buf0rea.h MDEV-26547 Restoring InnoDB buffer pool dump is single-threaded for no reason 2021-09-06 10:14:24 +03:00
buf0types.h MDEV-26110: Do not rely on alignment on static allocation 2021-07-22 10:05:13 +03: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 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 Revert "MDEV-24589 DROP TABLE is not crash-safe" 2021-04-22 14:57:23 +03: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.3 into 10.4 2021-04-14 10:33:59 +03:00
dict0dict.ic Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
dict0load.h Merge 10.4 into 10.5 2020-03-17 07:58:41 +02:00
dict0mem.h Merge 10.4 into 10.5 2021-08-23 11:10:59 +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 10.4 into 10.5 2020-10-30 11:15:30 +02: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 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 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 Merge 10.4 into 10.5 2021-06-21 14:22:22 +03: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 2021-06-21 14:22:22 +03:00
fil0fil.ic MDEV-21133 follow-up: Use fil_page_get_type() 2020-05-07 17:15:34 +03:00
fil0pagecompress.h Merge 10.4 into 10.5 2021-08-18 18:22:35 +03:00
fsp0file.h MDEV-23855: Shrink fil_space_t 2020-10-26 17:53:54 +02:00
fsp0fsp.h MDEV-23855: Shrink fil_space_t 2020-10-26 17:53:54 +02:00
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 Merge 10.1 into 10.2 2019-04-02 09:14:15 +03:00
fts0fts.h Merge branch '10.4' into 10.5 2021-08-02 16:53:37 +02: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 Cleanup: Remove unused fts_cache_t::optimize_lock 2020-09-30 13:26:46 +03:00
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 Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
gis0rtree.ic Merge 10.4 into 10.5 2021-04-14 11:35:39 +03:00
gis0type.h Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +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-24302: RESET MASTER hangs 2021-03-29 15:16:23 +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-21534 fixup: Remove HAVE_IB_LINUX_FUTEX 2020-11-23 15:45:03 +02:00
ibuf0ibuf.h Merge 10.4 into 10.5 2020-11-13 21:54:21 +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-26110: Do not rely on alignment on static allocation 2021-07-22 10:05:13 +03:00
log0log.ic MDEV-23855: Use normal mutex for log_sys.mutex, log_sys.flush_order_mutex 2020-10-26 17:53:55 +02:00
log0recv.h MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +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-24445 Using innodb_undo_tablespaces corrupts system tablespace 2020-12-18 19:23:34 +02:00
mtr0mtr.h Cleanup: Remove unused mtr_block_dirtied 2021-06-26 11:17:05 +03:00
mtr0mtr.ic MDEV-25113: Make page flushing faster 2021-06-23 19:06:52 +03:00
mtr0types.h MDEV-22110 InnoDB unnecessarily writes unmodified pages 2020-07-28 14:02:11 +03:00
os0event.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
os0file.h MDEV-25954: Trim os_aio_wait_until_no_pending_writes() 2021-06-23 19:06:49 +03:00
os0file.ic MDEV-16264 fixup: Clean up asynchronous I/O 2020-10-26 17:53:54 +02:00
os0thread.h MDEV-24308: Revert for Windows 2020-11-30 13:59:20 +02:00
page0cur.h MDEV-25031 Not applying INSERT_*_REDUNDANT due to corruption on page 2021-03-11 14:21:28 +02:00
page0cur.ic Merge 10.4 into 10.5 2021-04-14 11:35:39 +03:00
page0page.h Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
page0page.ic Merge 10.4 into 10.5 2021-04-21 09:01:01 +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 Merge 10.4 into 10.5 2021-08-18 18:22:35 +03: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 2021-01-11 16:29:51 +02: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 2021-04-14 11:35:39 +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-21138 Assertion col->ord_part' or f.col->ord_part' failed in row_build_index_entry_low 2020-12-22 03:33:53 +03:00
row0log.h Merge 10.4 into 10.5 2021-03-18 15:07:01 +02:00
row0log.ic Cleanup: row_log_free() 2020-11-25 10:54:38 +02:00
row0merge.h Merge 10.4 into 10.5 2021-04-14 11:35:39 +03:00
row0mysql.h Merge 10.4 into 10.5 2021-03-08 10:16:20 +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 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 Cleanup: Fix Intel compiler warnings about sign conversions 2020-11-25 11:32:49 +02:00
srv0mon.h Merge 10.4 into 10.5 2021-06-04 10:07:29 +03:00
srv0mon.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
srv0srv.h MDEV-25113: Make page flushing faster 2021-06-23 19:06:52 +03:00
srv0start.h MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +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 MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +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-24188: Merge 10.4 into 10.5 2020-11-13 22:06:50 +02:00
sync0rw.ic MDEV-22871: Reduce InnoDB buf_pool.page_hash contention 2020-06-18 14:16:01 +03:00
sync0sync.h MDEV-24167: Remove PFS instrumentation of buf_block_t 2020-11-20 08:55:41 +02:00
sync0types.h MDEV-23855: Use normal mutex for log_sys.mutex, log_sys.flush_order_mutex 2020-10-26 17:53:55 +02:00
trx0i_s.h Merge 10.2 into 10.3 2021-07-27 10:47:17 +03:00
trx0purge.h Merge 10.4 into 10.5 2021-06-21 14:22:22 +03: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 Merge 10.4 into 10.5 2021-06-21 14:22:22 +03:00
trx0rseg.ic Cleanup: Make InnoDB page numbers uint32_t 2020-10-15 17:06:17 +03:00
trx0sys.h Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
trx0trx.h Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
trx0trx.ic Merge 10.2 into 10.3 2021-07-27 10:47:17 +03:00
trx0types.h Merge 10.4 into 10.5 2021-06-21 14:22:22 +03:00
trx0undo.h Merge 10.4 into 10.5 2021-06-21 14:22:22 +03: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 Merge branch '10.4' into 10.5 2021-07-31 23:19:51 +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 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-21534 fixup: Remove HAVE_IB_LINUX_FUTEX 2020-11-23 15:45:03 +02: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 2021-04-21 09:01:01 +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 fts_optimize_wq->event 2020-10-02 14:04:16 +03:00