• Yuchen Pei's avatar
    MDEV-34639 Check NULLness of field in ha_spider::field_exchange · bc792266
    Yuchen Pei authored
    When a view has more than one field, but we run an UPDATE statement on
    it that involves only one field, then the sql layer may only populate
    the field of that Item_field, and leave the others NULL. We therefore
    add a check for the NULLness of the field.
    bc792266
mdev_34639.test 542 Bytes