MDEV-34639 Check NULLness of field in ha_spider::field_exchange
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.
Showing
Please register or sign in to comment