• Nikita Malyavin's avatar
    MDEV-29069 follow-up: improve DEFAULT rules · 41697008
    Nikita Malyavin authored
    previously, fields with DEFAULTs were allowed just when expression is
    deterministic. In case of online alter, we should recursively check that
    underlying fields of expression also either have explicit values, or
    have DEFAULT following this validity rule.
    41697008
field.h 214 KB