• svoj@mysql.com/april.(none)'s avatar
    BUG#24342 - Incorrect results with query over MERGE table · bcbcacb8
    svoj@mysql.com/april.(none) authored
    MERGE engine may return incorrect values when several representations
    of equal keys are present in the index. For example "groß" and "gross"
    or "gross" and "gross " (trailing space), which are considered equal,
    but have different lengths.
    
    The problem was that key length was not recalculated after key lookup.
    
    Only MERGE engine is affected.
    bcbcacb8
merge.result 19.1 KB