mariadb/storage/innobase/handler
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
..
ha_innodb.cc Binlog-in-innodb: Small docs clarifications 2026-01-16 23:05:05 +01:00
ha_innodb.h MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
handler0alter.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
i_s.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
i_s.h Merge 10.5 into 10.6 2021-08-23 11:21:33 +03:00
innodb_binlog.cc Binlog-in-engine: Additional test coverage 2026-01-22 19:48:21 +01:00