• Varun's avatar
    MDEV-19634: Assertion `0' failed in row_sel_convert_mysql_key_to_innobase,... · 772c5f3c
    Varun authored
    MDEV-19634: Assertion `0' failed in row_sel_convert_mysql_key_to_innobase, [Warning] InnoDB: Using a partial-field key prefix in search
    
    For a key with keyparts (k1,k2,k3) , if we are building a range over the keyparts
    we should make sure that if min_value/max_value for a keypart is not added to
    key buffer then the keyparts following should also not be allowed.
    772c5f3c
range_innodb.test 2.89 KB