mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
client port number added to SHOW PROCESSLIST (SCRUM?)
include/violite.h: port added to reported parameters libmysqld/lib_vio.c: port added to reported parameters sql/sql_class.h: port added to reported parameters sql/sql_parse.cc: port added to reported parameters sql/sql_show.cc: SHOW PROCESSLIST will report port number if it is possible vio/viosocket.c: port added to reported parameters
This commit is contained in:
parent
65508b65ba
commit
1b9b2c3091
6 changed files with 25 additions and 13 deletions
|
|
@ -204,7 +204,7 @@ my_socket vio_fd(Vio* vio)
|
|||
}
|
||||
|
||||
|
||||
my_bool vio_peer_addr(Vio * vio, char *buf)
|
||||
my_bool vio_peer_addr(Vio * vio, char *buf, u_int16_t *port)
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue