Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.3.12, 5.5.37, 10.0.11
-
Fix Version/s: 10.0.12
-
Component/s: None
-
Labels:None
Description
This SQL script:
drop table if exists t1; create table t1 (a time); insert into t1 values (1.0e+10); show warnings;
displays a "Warning":
+---------+------+----------------------------------------+ | Level | Code | Message | +---------+------+----------------------------------------+ | Warning | 1265 | Data truncated for column 'a' at row 1 | +---------+------+----------------------------------------+
It should be a NOTE instead.
Gliffy Diagrams
Attachments
Issue Links
- blocks
-
MDEV-6001 Merge tests for MySQL WL#946 TIME/DATETIME/TIMESTAMP with fractional precision
-
- Stalled
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Fixing in 5.3 and 5.5 would need to much code to be back-ported from 10.0.
Changing "Fix version" to 10.0 only.