New issue 55 by nathan.h...@dialogue.net: Hostnames done fully display in
query list
http://code.google.com/p/innotop/issues/detail?id=55
What steps will reproduce the problem?
1. mysql client host has hyphens in the hostname
2.
3.
What is the expected output? What do you see instead?
Expect to see the full hostname e.g : dev-host-1
Instead you see : dev
What version of the product are you using? On what operating system?
Innotop 1.8.0 on Linux
Please provide any additional information below.
Find attached patch which applies against Innotop 1.8.0
Attachments:
hostname.patch 1.1 KB
Oops sorry. Title should have been "Hostnames don't fully display in query
list"
I can't reproduce the problem with dev-host-1, because it already matches
the regex (it begins with a letter, and then is followed by any non-space
characters).
What is the real hostname you're having a problem with? It looks like it
must begin with a number or a dash.
Hello,
Looks like I was probably testing against the wrong version of innotop as
it does indeed work in 1.8.0 without the patch.
Sorry, please close as invalid bug.
Comment #4 on issue 55 by baron.sc...@gmail.com: Hostnames done fully
display in query list
http://code.google.com/p/innotop/issues/detail?id=55
Previously fixed, verified by "Community QA" :)