mariadb/storage/innobase
Daniel Black ccb4bc7754 MDEV-33894: Resurrect innodb_log_write_ahead_size (postfix)
os_file_log_maybe_unbuffered is now Linux only.

Aso the stat st structure only used in linux.

This avoids unused function/structure errors on FreeBSD.
2024-09-10 09:13:49 +10:00
..
btr Merge 10.6 into 10.11 2024-09-06 16:17:42 +03:00
buf Merge 10.6 into 10.11 2024-09-06 16:17:42 +03:00
data Merge 10.7 into 10.8 2022-11-01 08:50:28 +02:00
dict Merge branch '10.6' into 10.11 2024-07-22 15:14:50 +02:00
eval MDEV-26938 Support descending indexes internally in InnoDB 2022-01-26 18:43:05 +01:00
fil Merge branch '10.6' into 10.11 2024-08-03 09:15:40 +02:00
fsp Merge 10.6 into 10.11 2024-05-30 16:04:00 +03:00
fts Merge 10.6 into 10.11 2024-06-11 12:50:10 +03:00
fut MDEV-33325 Crash in flst_read_addr on corrupted data 2024-04-11 09:58:53 +03:00
gis MDEV-34791: Redundant page lookups hurt performance 2024-09-03 14:15:57 +03:00
ha MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
handler MDEV-34750 SET GLOBAL innodb_log_file_size is not crash safe 2024-08-29 14:53:08 +03:00
ibuf Merge 10.6 into 10.11 2024-09-06 16:17:42 +03:00
include Merge 10.6 into 10.11 2024-09-06 16:17:42 +03:00
lock Merge 10.5 into 10.6 2024-08-28 15:51:36 +03:00
log MDEV-34750 SET GLOBAL innodb_log_file_size is not crash safe 2024-08-29 14:53:08 +03:00
mem MDEV-27058: Reduce the size of buf_block_t and buf_page_t 2021-11-18 17:47:19 +02:00
mtr MDEV-34446 SIGSEGV on SET GLOBAL innodb_log_file_size with memory-mapped log file 2024-09-04 14:24:30 +03: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 MDEV-33894: Resurrect innodb_log_write_ahead_size (postfix) 2024-09-10 09:13:49 +10:00
page Merge branch '10.6' into 10.11 2024-08-03 09:15:40 +02:00
pars Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
que MDEV-34515: Reduce context switching in purge 2024-08-26 12:23:17 +03:00
read MDEV-34515: Contention between purge and workload 2024-08-26 12:23:06 +03:00
rem Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
row Merge 10.6 into 10.11 2024-09-06 16:17:42 +03:00
srv Merge 10.6 into 10.11 2024-08-29 07:47:29 +03:00
sync Merge 10.6 into 10.11 2024-08-14 11:36:52 +03:00
trx Merge 10.6 into 10.11 2024-09-06 16:17:42 +03:00
unittest MDEV-34759: buf_page_get_low() is unnecessarily acquiring exclusive latch 2024-08-23 13:27:50 +03:00
ut Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
.clang-format-old switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code 2021-03-17 11:01:15 +03:00
CMakeLists.txt Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
COPYING.Google
COPYING.Percona