Description:
Feature request:
Add the ability to create 'named connections' within connectors, as well as the ability to view these named connections within SHOW PROCESSLIST and INFORMATION_SCHEMA.PROCESSLIST.
This would add a new column (such as 'program_name', or 'connection_name') to the output of the processlist metadata commands, which are filled by setting a connection property within the connectors, which in turn is passed back to the server by an extension to the protocol.
For instance, within Connector/J one can use a java property named "program_name" which can then be passed back to the server.
This is useful when you use the same username for multiple clients connecting to the database, with wildcarded hostnames - to easily identify which user a connection is associated with.
How to repeat:
N/A