• Sergei Golubchik's avatar
    MDEV-31800 Problem with open ranges on prefix blobs keys · 4dd38f9f
    Sergei Golubchik authored
    don't construct open ranges from prefix blob keys for < (less than)
    just as it's already done for > (greater than)
    
    because prefix KEY_PART doesn't create prefix Field for blobs
    (see open_table_from_share() near "Create a new field for the key part"),
    so stored_field_cmp_to_item() will compare the original field to the
    value not taking the prefix length into account.
    4dd38f9f
opt_range.cc 523 KB