Within the PROCESSLIST, the host seems to be only show what appears to be a port. How do I identify the host from which that connection originated? (MemSQL 7.1.4)
> memsql> select id, user, host, db from PROCESSLIST;
> +------+---------------+-----------------+--------------------+
> | id | user | host | db |
> +------+---------------+-----------------+--------------------+
> | 2029 | distributed | :30443 | NULL |
> | 2969 | root | :18616 | hl7 |
> | 3991 | hl7_ingestion | :55955 | hl7 |
> | 3990 | mnagy | localhost:15052 | information_schema |
> | 2911 | SDS_SJORDAN | :42979 | crca_dm |
> | 2909 | SDS_SJORDAN | :42723 | crca_dm |
> | 2908 | SDS_SJORDAN | :41443 | crca_dm |
> | 2907 | SDS_SJORDAN | :40675 | crca_dm |
> | 2901 | SDS_SGUDURU | :10975 | crca_dm |
> | 2855 | crca_app | :59586 | crca_dm |
> | 2854 | crca_app | :59074 | crca_dm |
> .
> .
> .
Thanks,
Marty