• Thirunarayanan Balathandayuthapani's avatar
    MDEV-25971 Instant ADD COLUMN fails to issue truncation warnings · e34877ab
    Thirunarayanan Balathandayuthapani authored
    A table rebuild that would truncate the default value of a
    DATE column is expected to issue data truncation warnings.
    But, these warnings are not being issued if the ADD COLUMN
    is being executed with ALGORITHM=INSTANT. InnoDB sets the
    warning of the field while assigning the default value
    of the field during check_if_supported_inplace_alter().
    e34877ab
sql_table.cc 373 KB