mariadb/storage/innobase/fsp
Kristian Nielsen c4e77429cd Binlog-in-engine: Additional test coverage
Add mtr tests for some pieces of code found not covered in coverage report
analysis.

Fix two bugs found by the added tests:

 - Starting server when there is exactly one binlog file that is empty
   (crash during RESET MASTER?) would try to add to the XID hash twice,
   which would cause an error during restart.

 - A GTID binlog state that _exactly_ fits in a page would cause incorrect
   handling of page creation in the page fifo, attempting to create the same
   page twice.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2026-01-22 19:48:21 +01:00
..
fsp0file.cc MDEV-35431: fix InnoDB flags error size specifier 2025-01-12 13:56:06 +11:00
fsp0fsp.cc Binlog-in-engine: Fixes for some review comments 2026-01-16 14:57:13 +01:00
fsp0space.cc Merge 10.6 into 10.11 2025-11-11 10:29:45 +02:00
fsp0sysspace.cc Merge 10.11 into 11.4 2025-11-11 10:34:33 +02:00
fsp_binlog.cc Binlog-in-engine: Additional test coverage 2026-01-22 19:48:21 +01:00