New issue 45 by catalinpetrisor: Use of uninitialized value in
concatenation (.) or string at /opt/local/bin/innotop line 4972.
http://code.google.com/p/innotop/issues/detail?id=45
What steps will reproduce the problem?
1. start innotop
2. press F
What is the expected output? What do you see instead?
FK Errors screen should appear. Instead innotop exits with message:
Use of uninitialized value in concatenation (.) or string at
/opt/local/bin/innotop line 4972.
What version of the product are you using? On what operating system?
innotop 1.8.0
mysql 5.5.8
mac osx 10.6.5
perl DBI 1.608
perl DBD mysql 4.011
Please attach a file with the output of SHOW ENGINE INNODB STATUS from this
server. Please be careful to avoid changing spaces, tabs, line breaks,
etc. Thanks!
Here it is, I got it by using following command
mysql -u root -e "SHOW ENGINE INNODB STATUS" > innodb_status.out
Hope it helps!
Attachments:
innodb_status.out.gz 14.9 KB
Comment #3 on issue 45 by baron.sc...@gmail.com: Use of uninitialized value
in concatenation (.) or string at /opt/local/bin/innotop line 4972.
http://code.google.com/p/innotop/issues/detail?id=45
This issue was closed by revision r69.