mirror of
https://github.com/MariaDB/server.git
synced 2025-12-04 17:23:46 +03:00
key_copy is supposed to take field values from the from_record argument, but it was mostly ignoring it and instead relying on the caller to set field->ptr pointers accordingly. Inconsistently, it was checking the null bitmap in the from_record, not at the field->null_ptr. Now key_copy correctly takes all field values from the from_record.
26 KiB
26 KiB