MDEV-20396 Server crashes after DELETE with SEL NULL Foreign key and a
virtual column in index Problem: row_ins_foreign_fill_virtual was unconditionally set virtual fields to NULL even though the field is not a part of a foreign key (but a part of an index) Solution: The new virtual value should be computed with regard to cascade updates.
Showing
Please register or sign in to comment