• Marko Mäkelä's avatar
    MDEV-18048: Relax a too strict debug assertion · a8eb0c76
    Marko Mäkelä authored
    This assertion should have been relaxed when implementing the first part of
    MDEV-15563: instant removal of NOT NULL attribute for ROW_FORMAT=REDUNDANT
    tables.
    
    For ROW_FORMAT=REDUNDANT, there is no bitmap of null columns;
    the null flags are encoded in the end offset of each field.
    We do not really care about the number of fields that can be NULL.
    a8eb0c76
handler0alter.cc 310 KB