• Nikita Malyavin's avatar
    MDEV-29069 follow-up: improve DEFAULT rules · f434a196
    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.
    f434a196
field.h 214 KB