New issue 56 by g...@ez.no: Use of uninitialized value in list assignment
at /usr/bin/innotop line 5077.
http://code.google.com/p/innotop/issues/detail?id=56
What steps will reproduce the problem?
1. start innotop
2. press "L" key
What is the expected output? Lock monitor
What do you see instead? Program terminates
What version of the product are you using? 1.8.0
On what operating system? win 7 64 bit
Perl: This is perl 5, version 14, subversion 2 (v5.14.2) built for
MSWin32-x86-multi-thread; Binary build 1402 [295342] provided by ActiveState
Mysql: 5.5.16 MySQL Community Server (GPL)
Also the same error happens when switching to transaction list, this time
on line 5353
I'll need a sample of SHOW ENGINE INNODB STATUS to reproduce this.
This is probably fixed in trunk now. Please check.
Seems to be fixed in version 1.8.1
I tried setting all modes, and they produce no visible error, except
for "U", which terminates with
Cmd ID State User Host DB Time Querylocalhost
INDEX_TABLE_STATISTICS: DBD::mysql::st execute failed: Unknown col
umn '' in 'field list' at innotop line 6867.
Shall I open another bug?
Yes please. Please include the results of this query:
SELECT @@SQL_MODE;
Comment #6 on issue 56 by baron.sc...@gmail.com: Use of uninitialized value
in list assignment at /usr/bin/innotop line 5077.
http://code.google.com/p/innotop/issues/detail?id=56
Looks like *this* issue is solved.