Menu

#11 Use of uninitialized value in ....

open
nobody
None
5
2008-01-09
2008-01-09
S00158
No

First use of innotop and I receive the message :" localhost INNODB_STATUS: Use of uninitialized value in pattern match (m//) at /usr/bin/innotop line 5352."

My configuration is :
Mysql 4.0.18 / Mandrake Linux
Innotop 1.6.0

The line 5352 is :" my $version = sprintf('%03d%03d%03d', $dbh->{mysql_serverinfo} =~ m/(\d+)/g); "

As suggested, I try to replace $dbh->{mysql_serverinfo} by '4.0.18' in the line 5352 but, now I receive the same message for the line 5365 who is :"my %res = map { $_ =~ s/ +/_/g; $_ } $dbhs{$cxn}->{dbh}->{mysql_stat} =~ m/(\w[^:]+): ([\d\.]+)/g;" ...

Discussion


Log in to post a comment.