Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.3.12, 5.5.37, 10.0.11
-
None
-
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.
Attachments
Issue Links
- blocks
-
MDEV-6001 Merge tests for MySQL WL#946 TIME/DATETIME/TIMESTAMP with fractional precision
- Stalled