mirror of
https://github.com/MariaDB/server.git
synced 2026-01-28 06:19:09 +01:00
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> |
||
|---|---|---|
| .. | ||
| ha_innodb.cc | ||
| ha_innodb.h | ||
| handler0alter.cc | ||
| i_s.cc | ||
| i_s.h | ||
| innodb_binlog.cc | ||