show processlist filldown

Bug #621947 reported by Andrew Hutchings
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
Andrew Hutchings
7.0
Fix Released
Low
Andrew Hutchings
Dexter
Won't Fix
Low
Andrew Hutchings

Bug Description

if the top client in a processlist has a state but lower items do not the state is filled down. ie:

drizzle1> show processlist;
+----+---------+-----------+----+---------+------+--------------+------------------+
| ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO |
+----+---------+-----------+----+---------+------+--------------+------------------+
| 17 | no user | 127.0.0.1 | | Sleep | 33 | | |
| 20 | no user | 127.0.0.1 | | Query | 0 | Sending data | show processlist |
+----+---------+-----------+----+---------+------+--------------+------------------+
2 rows in set (0 sec)

drizzle2> show processlist;
+----+---------+-----------+----+---------+------+--------------+------------------+
| ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO |
+----+---------+-----------+----+---------+------+--------------+------------------+
| 17 | no user | 127.0.0.1 | | Query | 0 | Sending data | show processlist |
| 20 | no user | 127.0.0.1 | | Sleep | 3 | Sending data | show processlist |
+----+---------+-----------+----+---------+------+--------------+------------------+
2 rows in set (0 sec)

When in reality only ID 17 is executing a query.

Related branches

Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

Fix committed but in same branch as bug#621603 which has a blocker

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.