• Nisha Gopalakrishnan's avatar
    BUG#22037930: INSERT IGNORE FAILS TO IGNORE FOREIGN KEY · d9c541cb
    Nisha Gopalakrishnan authored
                  CONSTRAINT.
    
    Analysis
    =======
    
    INSERT and UPDATE operations using the IGNORE keyword which
    causes FOREIGN KEY constraint violations reports an error
    despite using the IGNORE keyword.
    
    Foreign key violation errors were not ignored and reported
    as errors instead of warnings even when IGNORE was set.
    
    Fix
    ===
    Added code to ignore the foreign key violation errors and
    report them as warnings when the IGNORE keyword is used.
    d9c541cb
handler.h 82.8 KB