Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2(EOL)
-
None
-
10.2.14
Description
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' |
|
+-------+------+--------------------------------------------------------+
|