mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into mysql.com:/usr/home/ram/work/bug22723/my50-bug22723
This commit is contained in:
@@ -1323,7 +1323,9 @@ void mysqld_list_processes(THD *thd,const char *user, bool verbose)
|
|||||||
"%s:%u", tmp_sctx->host_or_ip, tmp->peer_port);
|
"%s:%u", tmp_sctx->host_or_ip, tmp->peer_port);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
thd_info->host= thd->strdup(tmp_sctx->host_or_ip);
|
thd_info->host= thd->strdup(tmp_sctx->host_or_ip[0] ?
|
||||||
|
tmp_sctx->host_or_ip :
|
||||||
|
tmp_sctx->host ? tmp_sctx->host : "");
|
||||||
if ((thd_info->db=tmp->db)) // Safe test
|
if ((thd_info->db=tmp->db)) // Safe test
|
||||||
thd_info->db=thd->strdup(thd_info->db);
|
thd_info->db=thd->strdup(thd_info->db);
|
||||||
thd_info->command=(int) tmp->command;
|
thd_info->command=(int) tmp->command;
|
||||||
|
Reference in New Issue
Block a user