• Nikita Malyavin's avatar
    [2/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcols · 0f6a5b43
    Nikita Malyavin authored
    Several different test cases were failing under the same reason: the
    fields in a vcol expression were not marked during marking columns of a key
    contatining virtual column for read.
    
    Fix: make marking columns of a key for read a special case where
    register_field_in_read_map() is done instead of plain bitmap_set_bit().
    
    Some test cases are only reproducible in 10.4+, but the fix is applicable
    to 10.2+
    0f6a5b43
gcol_view_innodb.result 7.82 KB