mirror of
https://github.com/MariaDB/server.git
synced 2025-10-28 17:15:19 +03:00
When using mixed mode the record values stored inside the storage
engine differed from the ones computed from the row event. This
happened because the prepare_record function was calling
empty_record macro causing some don't care bits to be left set.
Replacing the empty_record plus explicitly setting defaults with
restore_record to restore the record default values fixes this.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed