Details
-
Bug
-
Status: In Review (View Workflow)
-
Critical
-
Resolution: Unresolved
-
13.1, 11.4.13, 11.8.9, 12.3.3
-
Can result in data loss
Description
We're using MariaDB connected to Kafka via Debezium CDC and one of the columns we're using is a virtual column. The fix for MDEV-40057 removed virtual columns from the binlog row image. While this is fine for regular replication clients, this broke our setup because the column no longer arrives in Debezium. The release notes for 11.8.9 did not even mention this change and I don't feel like it is fit for a patch release.