You need to sign in or sign up before continuing.
  • Nikita Malyavin's avatar
    fix key_copy to use from_record argument data · db6f02bb
    Nikita Malyavin authored
    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.
    db6f02bb
key.cc 26.4 KB