Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Incomplete
-
10.0.31
Description
We see a problem with version 10.0.31 when we connect to the database and use show full processlist or select database().
We then get information like this back
+-------+---------------+-----------------------------------+---------------+---------+------+-------+-----------------------+----------+
|
| Id | User | Host | db | Command | Time | State | Info | Progress |
|
+-------+---------------+-----------------------------------+---------------+---------+------+-------+-----------------------+----------+
|
| 1714 | V� | xxxxxx | xxxxx | Sleep | 2532 | | NULL | 0.000 |
|
| 26468 | e | localhost | NULL | Query | 0 | init | show full processlist | 0.000 |
|
+-------+---------------+-----------------------------------+---------------+---------+------+-------+-----------------------+----------+
|
For id 1714 it is a application user and id 26468 is root.