mariadb/storage/innobase
Marko Mäkelä e2e2f89303 MDEV-15528: Minor cleanup
buf_flush_freed_page(): Reformat in the common style, and
simplify some code. Prefer to request all information from
smaller data structures (buf_page_t) than from fil_space_t
or the global variable srv_immediate_scrub_data_uncompressed.

SysTablespace::open_or_create(): Assert that the temporary
tablespace will not be created in page_compressed format, so that
buf_flush_freed_page() can avoid checking that on every call.

IORequest: Remove duplicated constructors, and do not explicitly
declare a default constructor.
2020-03-10 09:53:23 +01:00
..
btr MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
buf MDEV-15528: Minor cleanup 2020-03-10 09:53:23 +01:00
data Merge 10.3 into 10.4 2019-07-25 18:42:06 +03:00
dict Cleanup: Remove dict_ind_redundant 2020-02-20 22:00:43 +02:00
eval Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
fil MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
fsp MDEV-15528: Minor cleanup 2020-03-10 09:53:23 +01:00
fts Merge branch '10.4' into 10.5 2020-02-12 08:55:17 +01:00
fut MDEV-12353: Change the redo log encoding 2020-02-13 19:12:17 +02:00
gis MDEV-12353: Change the redo log encoding 2020-02-13 19:12:17 +02:00
ha Cleanup: Aligned InnoDB index page header access 2020-02-08 14:12:59 +02:00
handler MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
ibuf MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
include MDEV-15528: Minor cleanup 2020-03-10 09:53:23 +01:00
lock MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
log MDEV-21893: Assertion failure on upgrade with innodb_encrypt_log 2020-03-09 11:38:43 +02:00
mem MDEV-15058: Deprecate and ignore innodb_buffer_pool_instances 2020-02-12 14:45:21 +02:00
mtr MDEV-14425 Cleanup: Use std::atomic for some log_sys members 2020-03-05 16:21:31 +02:00
mysql-test/storage_engine MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00
os use O_DSYNC for InnoDB 2020-03-05 11:35:09 +03:00
page MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
pars Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
que fix a memory leak introduced by f4b4284650 2019-12-12 21:29:51 +07:00
read MVCC::view_close(): Correct comments 2019-09-04 09:42:38 +03:00
rem MDEV-12353: Remove support for crash-upgrade 2020-02-13 19:13:45 +02:00
row MDEV-14425 Cleanup: Use std::atomic for some log_sys members 2020-03-05 16:21:31 +02:00
srv MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
sync MDEV-21544 instrument sync_array waits with tpool::wait_begin/end 2020-01-21 10:50:25 +01:00
trx MDEV-12353: Introduce an EXTENDED record subtype TRIM_PAGES 2020-03-03 13:25:45 +02:00
ut MDEV-14425 preparation: Provide ut_crc32_low() 2020-03-05 07:39:04 +02:00
.clang-format add .clang-format file for InnoDB 2019-10-29 21:56:24 +03:00
bzip2.cmake
CMakeLists.txt MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake Merge 10.4 into 10.5 2019-12-27 21:17:16 +02:00
lz4.cmake
lzma.cmake
lzo.cmake
plugin_exports
snappy.cmake