mariadb/storage/innobase/include
Marko Mäkelä 82c465f68e MDEV-21962: Minor cleanup
Remove unnecessary buf_pool_t:: qualifiers. In comments,
replace buf_pool::mutex with buf_pool.mutex.

Remove an outdated comment about a planned buffer pool resizing feature.
It is already implemented in MariaDB 10.2.2 (and MySQL 5.7.9).
2020-03-23 10:50:30 +02:00
..
btr0btr.h MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
btr0btr.ic MDEV-12353: Change the redo log encoding 2020-02-13 19:12:17 +02:00
btr0bulk.h MDEV-12353: Change the redo log encoding 2020-02-13 19:12:17 +02:00
btr0cur.h MDEV-12353: Remove support for crash-upgrade 2020-02-13 19:13:45 +02:00
btr0cur.ic MDEV-12353: Replace DELETE_MARK redo log records with MLOG_WRITE_STRING 2020-02-13 18:19:14 +02:00
btr0defragment.h MDEV-16264 Use threadpool for Innodb background work. 2019-11-15 18:09:30 +01:00
btr0pcur.h btr_block_get(): Remove redundant parameters 2019-09-25 16:08:48 +03:00
btr0pcur.ic Add page_has_prev(), page_has_next(), page_has_siblings() 2019-10-09 08:29:26 +03:00
btr0sea.h MDEV-21962 Allocate buf_pool statically 2020-03-18 22:32:40 +02:00
btr0sea.ic Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
btr0types.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
buf0buddy.h MDEV-21962 Allocate buf_pool statically 2020-03-18 22:32:40 +02:00
buf0buf.h MDEV-21962: Minor cleanup 2020-03-23 10:50:30 +02:00
buf0buf.ic MDEV-21962 Allocate buf_pool statically 2020-03-18 22:32:40 +02:00
buf0checksum.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
buf0dblwr.h MDEV-21225 Remove ut_align() and use aligned_malloc() 2019-12-05 06:42:31 +02:00
buf0dump.h Make .clang-format work with clang-8 2019-11-15 18:09:30 +01:00
buf0flu.h MDEV-15058: Remove buf_pool_get_dirty_pages_count() 2020-03-13 10:09:15 +02:00
buf0flu.ic move my_assume_aligned() to a separate header 2020-03-20 18:47:35 +03:00
buf0lru.h MDEV-21962 Allocate buf_pool statically 2020-03-18 22:32:40 +02:00
buf0rea.h MDEV-15058: Deprecate and ignore innodb_buffer_pool_instances 2020-02-12 14:45:21 +02:00
buf0types.h MDEV-21962 Allocate buf_pool statically 2020-03-18 22:32:40 +02:00
data0data.h Merge 10.3 into 10.4 2019-11-01 15:23:18 +02:00
data0data.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02: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-21174: Replace mlog_write_ulint() with mtr_t::write() 2019-12-03 11:05:18 +02:00
dict0boot.ic Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02: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 Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0dict.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
dict0dict.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +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 2020-03-23 10:50:14 +02: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 Merge 10.3 into 10.4 2019-09-27 16:26:53 +03:00
dict0stats.h Merge 10.3 into 10.4 2019-07-25 18:42:06 +03:00
dict0stats.ic MDEV-17441 InnoDB transition to C++11 atomics 2019-06-26 13:12:29 +03:00
dict0stats_bg.h Make .clang-format work with clang-8 2019-11-15 18:09:30 +01:00
dict0types.h Merge 10.3 into 10.4 2019-11-01 15:23:18 +02:00
dyn0buf.h MDEV-14425 preparation: Remove log_t::append_on_checkpoint 2020-03-03 22:25:20 +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 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-03-21 11:37:10 +02:00
fil0fil.ic Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
fil0pagecompress.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
fsp0file.h MDEV-21225 Remove ut_align() and use aligned_malloc() 2019-12-05 06:42:31 +02:00
fsp0fsp.h move my_assume_aligned() to a separate header 2020-03-20 18:47:35 +03:00
fsp0pagecompress.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
fsp0pagecompress.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +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.1 into 10.2 2019-05-13 17:54: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 2019-12-16 07:47:17 +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.3 into 10.4 2019-09-23 17:35:29 +03:00
fts0priv.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
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 Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00
fts0types.ic MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04: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 MDEV-21924 Clean up InnoDB GIS record comparison 2020-03-12 18:13:53 +02:00
gis0rtree.ic Merge 10.2 into 10.3 2019-12-13 10:08:57 +02:00
gis0type.h MDEV-19606: Replace most std::list with std::forward_list 2019-05-28 08:01:50 +03:00
ha0ha.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha0ha.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha0storage.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha0storage.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha_prototypes.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
handler0alter.h Merge 10.2 into 10.3 2019-12-13 10:08:57 +02:00
hash0hash.h introduce HASH_REPLACE() for hash_table_t 2020-01-31 22:14:18 +08:00
hash0hash.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ib0mutex.h MDEV-19845: Make my_cpu.h self-contained 2020-02-01 14:56:05 +02:00
ibuf0ibuf.h MDEV-12353: Remove support for crash-upgrade 2020-02-13 19:13:45 +02:00
ibuf0ibuf.ic MDEV-19514 Defer change buffer merge until pages are requested 2019-10-11 17:28:15 +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-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
lock0lock.ic MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
lock0prdt.h MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +02:00
lock0priv.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
lock0priv.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
lock0types.h Merge 10.2 into 10.3 2019-07-25 15:31:11 +03:00
log0crypt.h Cleanup: log upgrade and encryption 2020-03-07 14:31:36 +02:00
log0log.h MDEV-21949 key rotation for innodb_encrypt_log is not working in 10.5 2020-03-16 17:27:51 +03:00
log0log.ic Cleanup: log upgrade and encryption 2020-03-07 14:31:36 +02:00
log0recv.h Merge 10.4 into 10.5 2020-03-21 11:37:10 +02:00
log0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +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 Merge branch '10.4' into 10.5 2020-02-12 08:55:17 +01:00
mem0mem.ic Merge branch '10.2' into 10.3 2020-02-10 20:34:16 +01:00
mtr0log.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
mtr0mtr.h MDEV-14425: Remove the unused function mtr_write_log() 2020-03-05 08:51:40 +02:00
mtr0mtr.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
mtr0types.h MDEV-12353: Introduce an EXTENDED record subtype TRIM_PAGES 2020-03-03 13:25:45 +02:00
os0api.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
os0event.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
os0file.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
os0file.ic perfschema file instrumentation related changes 2020-03-10 19:24:22 +01:00
os0proc.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
os0thread.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
page0cur.h MDEV-21724: Optimize page_cur_insert_low() redo logging 2020-02-27 17:19:44 +02:00
page0cur.ic MDEV-12353: Replace MLOG_REC_INSERT,MLOG_COMP_REC_INSERT 2020-02-13 18:19:14 +02:00
page0page.h MDEV-12353 Cleanup: Remove page_rec_get_base_extra_size() 2020-02-27 17:15:20 +02:00
page0page.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
page0types.h fix typedef-related warning and cleanup using namespace std 2020-03-11 16:27:37 +03:00
page0zip.h Merge 10.4 into 10.5 2020-03-17 07:58:41 +02:00
page0zip.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02: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 MDEV-16264 Use threadpool for Innodb background work. 2019-11-15 18:09:30 +01:00
que0que.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
que0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
read0types.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
rem0cmp.h MDEV-21924 Clean up InnoDB GIS record comparison 2020-03-12 18:13:53 +02:00
rem0cmp.ic MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
rem0rec.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
rem0rec.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
rem0types.h MDEV-12353: Remove support for crash-upgrade 2020-02-13 19:13:45 +02: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 2019-12-16 07:47:17 +02:00
row0import.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
row0ins.h MDEV-20812 Unexpected ER_ROW_IS_REFERENCED_2 upon DELETE from versioned table with FK 2019-10-15 13:29:18 +03:00
row0log.h Merge 10.3 into 10.4 2019-12-13 17:30:37 +02: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-03-21 11:37:10 +02:00
row0mysql.h MDEV-21907: Fix most clang -Wconversion in InnoDB 2020-03-11 08:29:48 +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-01-20 15:49:48 +02:00
row0row.ic Merge 10.3 into 10.4 2019-12-13 17:30:37 +02: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 MDEV-16678 Prefer MDL to dict_sys.latch for innodb background tasks 2019-12-10 15:42:50 +02: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 MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
row0upd.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
row0vers.h Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
span.h fix build (-Werror + -Wignored-qualifiers) 2019-08-06 12:56:16 +03:00
srv0conc.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
srv0mon.h Merge 10.4 into 10.5 2020-03-23 10:50:14 +02:00
srv0mon.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
srv0srv.h MDEV-21962 Allocate buf_pool statically 2020-03-18 22:32:40 +02:00
srv0start.h Cleanup: Remove srv_start_lsn 2020-03-02 15:01:46 +02:00
sync0arr.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +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 Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
sync0rw.h MDEV-19951 use override keyword across the InnoDB 2019-07-04 16:28:27 +03:00
sync0rw.ic MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
sync0sync.h MDEV-18115: Remove the only async write (of redo log) 2019-10-29 22:03:02 +03:00
sync0types.h MDEV-19951 use override keyword across the InnoDB 2019-07-04 16:28:27 +03:00
trx0i_s.h Merge 10.4 into 10.5 2019-08-13 18:57:00 +03:00
trx0purge.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
trx0rec.h MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
trx0rec.ic Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
trx0roll.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02: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 Fix the Windows non-debug build 2019-11-28 19:53:00 +02:00
trx0trx.h MDEV-19747: Deprecate and ignore innodb_log_optimize_ddl 2020-02-11 18:44:26 +02:00
trx0trx.ic Simplify trx_state_eq() 2019-09-05 15:59:21 +03:00
trx0types.h MDEV-21174: Replace mlog_write_ulint() with mtr_t::write() 2019-12-03 11:05:18 +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-21174: Replace mlog_write_ulint() with mtr_t::write() 2019-12-03 11:05:18 +02:00
trx0xa.h Update FSF Address 2019-05-11 21:29:06 +03:00
univ.i perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01: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-14425 preparation: Provide ut_crc32_low() 2020-03-05 07:39:04 +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 Merge 10.4 into 10.5 2019-11-07 08:52:30 +01:00
ut0mem.ic Remove InnoDB wrappers of <string.h> functions 2019-10-30 07:31:39 +02:00
ut0mutex.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
ut0new.h perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ut0pool.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +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 MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02: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 Merge 10.1 to 10.2 2019-10-25 17:33:39 +03:00