mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
client port number added to SHOW PROCESSLIST (SCRUM?)
This commit is contained in:
@ -350,8 +350,9 @@ public:
|
||||
db - currently selected database
|
||||
ip - client IP
|
||||
*/
|
||||
|
||||
char *host,*user,*priv_user,*db,*ip;
|
||||
/* remote (peer) port */
|
||||
u_int16_t peer_port;
|
||||
/* Points to info-string that will show in SHOW PROCESSLIST */
|
||||
const char *proc_info;
|
||||
/* points to host if host is available, otherwise points to ip */
|
||||
|
Reference in New Issue
Block a user