Bug #28010 SHOW PROCESSLIST does not report connection flags
Submitted: 22 Apr 2007 3:48 Modified: 22 Apr 2007 6:45
Reporter: Ondra Zizka Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Information schema Severity:S4 (Feature request)
Version:5.0.37 OS:Any
Assigned to: CPU Architecture:Any

[22 Apr 2007 3:48] Ondra Zizka
Description:
SHOW PROCESSLIST does not report connection flags.
Client should be able to retrieve them.
(I hesitate whether this should be a bug report or feature request.)

How to repeat:
SHOW PROCESSLIST;

Columns: Id, User, Host, db, Command, Time, State, Info

Suggested fix:
Add column "Flags INT UNSIGNED" with flags the client used to connect to the server.
[22 Apr 2007 6:45] Valeriy Kravchuk
Thank you for a reasonable feature request.