mariadb/storage/innobase
ParadoxV5 687377633d Extract some of fixes to 10.11.x
That PR uncovered countless issues on `my_snprintf` uses.
This commit backports a squashed subset of their fixes.
(Excludes previous parts  and )
2024-11-18 14:04:56 +11:00
..
btr Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
buf Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01: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-10-29 15:24:38 +01:00
eval MDEV-26938 Support descending indexes internally in InnoDB 2022-01-26 18:43:05 +01:00
fil Extract some of fixes to 10.11.x 2024-11-18 14:04:56 +11:00
fsp Extract some of fixes to 10.11.x 2024-11-18 14:04:56 +11: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 Merge 10.5 into 10.6 2024-09-09 11:30:30 +03:00
ha MDEV-22871: Remove pointer indirection for InnoDB hash_table_t 2020-06-18 14:16:01 +03:00
handler Extract some of fixes to 10.11.x 2024-11-18 14:04:56 +11:00
ibuf Merge 10.6 into 10.11 2024-09-06 16:17:42 +03:00
include Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
lock MDEV-34690 lock_rec_unlock_unmodified() causes deadlock 2024-10-23 12:36:17 +03:00
log Extract some of fixes to 10.11.x 2024-11-18 14:04:56 +11:00
mem MDEV-27058: Reduce the size of buf_block_t and buf_page_t 2021-11-18 17:47:19 +02:00
mtr Cleanup: Replace some is_predefined_tablespace() 2024-10-04 13:41:12 +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 Extract some of fixes to 10.11.x 2024-11-18 14:04:56 +11: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 branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
srv Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
sync Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
trx Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01: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-10-29 15:24:38 +01:00
COPYING.Google
COPYING.Percona