• Nikita Malyavin's avatar
    MDEV-29753 An error is wrongly reported during INSERT with vcol index · 128356b4
    Nikita Malyavin authored
    See also commits aa8a31da and 64678c for a Bug #22990029 fix.
    
    In this scenario INSERT chose to check if delete unmarking is available for
    a just deleted record. To build an update vector, it needed to calculate
    the vcols as well. Since this INSERT was not IGNORE-flagged, recalculation
    failed.
    
    Solutiuon: temporarily set abort_on_warning=true, while calculating the
    column for delete-unmarked insert.
    128356b4
row0upd.h 24.4 KB