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' |
|
+-------+------+--------------------------------------------------------+
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Component/s | Scripts & Clients [ 11002 ] | |
Component/s | Server [ 13907 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Assignee | Sergei Golubchik [ serg ] | |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Sergei Golubchik [ serg ] | Vesa Pentti [ pentve ] |
Assignee | Vesa Pentti [ pentve ] |
Assignee | Vladislav Vaintroub [ wlad ] |
Sprint | 10.2.14 [ 229 ] |
issue.field.resolutiondate | 2018-03-12 18:31:04.0 | 2018-03-12 18:31:04.358 |
Fix Version/s | 10.2.14 [ 22911 ] | |
Fix Version/s | 10.3.6 [ 23003 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 84305 ] | MariaDB v4 [ 153303 ] |
I'm raising the priority because it looks like a security issue to me – the previous warnings are shown even to a different user.