[MDEV-19809] UPDATE which works on 10.3 causes ER_TRUNCATED_WRONG_VALUE on 10.4 Created: 2019-06-19 Updated: 2019-10-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Update, Data types |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Note: Quite possibly it's an expected change in behavior, but I would want to make sure.
The UPDATE above passes on 10.3 (with warnings), but fails on 10.4.
SQL_MODE is the same on both servers, STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION. |