-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.2
-
Component/s: Scripts & Clients, Server
-
Labels:None
-
Sprint:10.2.14
In the "mysql" client, I run this query to force a warning:
SELECT TIME('10:10:10.11111111111'); |
Now I exit the session, start "mysql" again, and run this query:
SHOW WARNINGS;
|
It returns the warnings from the previous session:
+-------+------+--------------------------------------------------------+
|
| Level | Code | Message |
|
+-------+------+--------------------------------------------------------+
|
| Note | 1292 | Truncated incorrect time value: '10:10:10.11111111111' |
|
+-------+------+--------------------------------------------------------+
|