• Marko Mäkelä's avatar
    Follow-up to MDEV-14168: Correct INNOBASE_DEFAULTS · db677cc6
    Marko Mäkelä authored
    INNOBASE_DEFAULTS: Replace ALTER_ADD_COLUMN with the more appropriate
    ALTER_ADD_STORED_BASE_COLUMN. This clean-up causes no change of
    behaviour, because ALGORITHM=INPLACE would be refused for
    ALTER_ADD_STORED_GENERATED_COLUMN, and default values are not computed
    nor substituted for ALTER_ADD_VIRTUAL_COLUMN.
    db677cc6
handler0alter.cc 269 KB