• igor@olga.mysql.com's avatar
    Fix bug #24035. · 215b0a95
    igor@olga.mysql.com authored
    This performance degradation for UPDATEs could be observed in the update
    statements for which the search key cannot be converted to any valid
    value of the type of the search column, like for a  the condition
    int_fld=99999999999999999999999999, though it can be guaranteed here
    that there is no row with such a key value. 
    215b0a95
update.result 11.7 KB