Incompatible behaviour for insert ignore processing incorrect time value #24271
Labels
severity/minor
sig/execution
SIG execution
type/bug
The issue is confirmed as a bug.
type/compatibility
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
The result of
col_0
contains a correct time value.3. What did you see instead (Required)
The result of
col_0
contains a invalid time value.4. What is your TiDB version? (Required)
master branch with 4ac76b4 commit hash
Seems the meaning of
ON UPDATE CURRENT_TIMESTAMP
is not compatible.The text was updated successfully, but these errors were encountered: