mariadb/storage/innobase/log
Michael Widenius 49febfad21 Fixed compiler error with framesize=16384 in InnoDB log0sync.cc
When compiling with debug and valgrind on Ubuntu 22.04 with gcc 11.4.0,
the used framsize was 16400 bytes because of the code:
completion_callback callbacks[1000];

Reducing the array to 950 fixes the issue
2025-07-27 16:35:12 +03:00
..
log0crypt.cc Merge 10.5 into 10.6 2021-06-23 09:24:32 +03:00
log0log.cc MDEV-35171 OS_FILE_NORMAL and OS_FILE_AIO are misleading 2024-10-21 15:31:32 +02:00
log0recv.cc MDEV-36304 InnoDB: Missing FILE_CREATE, FILE_DELETE or FILE_MODIFY error 2025-04-22 17:53:08 +05:30
log0sync.cc Fixed compiler error with framesize=16384 in InnoDB log0sync.cc 2025-07-27 16:35:12 +03:00
log0sync.h MDEV-26789 log_write_up_to needs mechanism to prevent stalls of async. waiters 2021-10-08 13:18:59 +02:00