[MDEV-8513] Redundant warning on storing '1E1000' into a FLOAT column Created: 2015-07-21 Updated: 2019-04-02 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
returns two warnings:
One warning would be enough. If I futher do:
it reports:
which makes an impression that truncation happened on two rows, while in fact only one row was affected. |