• Eugene Kosov's avatar
    MDEV-22899 Assertion `field->col->is_binary() || field->prefix_len %... · c4d5b6b1
    Eugene Kosov authored
    MDEV-22899 Assertion `field->col->is_binary() || field->prefix_len % field->col->mbmaxlen == 0' failed in dict_index_add_to_cache
    
    is_part_of_a_key(): detect is TEXT field is a part of some key
    
    ha_innobase::can_convert_blob(): now correctly detect whether our blob
    is a part of some key. Previously the check didn't work in some cases.
    c4d5b6b1
ha_innodb.cc 616 KB