• Marko Mäkelä's avatar
    MDEV-19114 post-push fix: SIGSEGV on INSERT · 22a6fa57
    Marko Mäkelä authored
    ins_node_create_entry_list(): Create dummy empty tuples for
    corrupted or incomplete indexes, to avoid dereferencing a NULL
    dict_field_t::col pointer in row_build_index_entry_low().
    
    This issue was found by a crash in the test gcol.innodb_virtual_basic
    when merging the fix to 10.5.
    22a6fa57
row0ins.cc 98.7 KB