[MariaDB commits] [PATCH] MDEV-35233: RBR does not work with CSV tables

2024-12-04 Thread Kristian Nielsen via commits
Handle null bits for record comparison in row events the same way as in handler::calculate_checksum(), forcing bits that can be undefined to 1. These bits are the trailing unused bits, as well as the first bit for tables not using HA_OPTION_PACK_RECORD. The csv storage engine leaves these bits at

[MariaDB commits] [PATCH] MDEV-35233: RBR does not work with CSV tables

2024-12-03 Thread Kristian Nielsen via commits
Handle null bits for record comparison in row events the same way as in handler::calculate_checksum(), forcing bits that can be undefined to 1. These bits are the trailing unused bits, as well as the first bit for tables not using HA_OPTION_PACK_RECORD. The csv storage engine leaves these bits at