[MDEV-424] Overflow / value truncated warning is not produced on a SELECT containing such a value in WHERE clause Created: 2012-08-02 Updated: 2013-01-01 Resolved: 2013-01-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.25 |
| Fix Version/s: | 5.5.29 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
It might be a variation of
On 5.3, this SELECT produces a warning:
It might be a bit strange that it has an error inside, but it worked the same way in MySQL 5.1, only the code was different:
In MySQL 5.5, it's a more traditional warning:
But in MariaDB 5.5, no warning at all. |
| Comments |
| Comment by Sergei Golubchik [ 2013-01-01 ] |
|
This is not a bug. |