mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
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().
22 KiB
22 KiB