Bug #10077 | Calling HOUR() with a high precision real number crashes thread | ||
---|---|---|---|
Submitted: | 21 Apr 2005 22:28 | Modified: | 22 Apr 2005 0:11 |
Reporter: | Dylan Weed | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.11 | OS: | Linux (SuSe 9.2 on AMD 64) |
Assigned to: | CPU Architecture: | Any |
[21 Apr 2005 22:28]
Dylan Weed
[22 Apr 2005 0:11]
Jorge del Conde
Was unable to reproduce w/4.1 & 5.0 from bk: mysql> select hour(.1555555555555555) as test; +------+ | test | +------+ | 0 | +------+ 1 row in set, 1 warning (0.00 sec) mysql> show warnings; +---------+------+------------------------------------------------------+ | Level | Code | Message | +---------+------+------------------------------------------------------+ | Warning | 1292 | Truncated incorrect time value: '0.1555555555555555' | +---------+------+------------------------------------------------------+ 1 row in set (0.00 sec)