Comment #4 on issue 89 by
lefred.d...@gmail.com: Use of uninitialized value
The problem comes from the connection that's empty (undef) :
$VAR1 = {cxn => undef,last_pct => '25.00%',last_total => 12,last_value
=> '6',name => 'Com_admin_commands',pct => '62.65%',total => 14186,value =>
8951};
DB<8> c
main::create_table(innotop:6304): map { $row->{$_} =
collapse_ws($row->{$_}) } @$cols;
DB<8> print Dumper($row);
$VAR1 = {cxn => undef,last_pct => '8.33%',last_total => 12,last_value
=> '2',name => 'Com_show_status',pct => '31.97%',total => 14186,value =>
4572};
DB<9> c
main::create_table(innotop:6304): map { $row->{$_} =
collapse_ws($row->{$_}) } @$cols;
DB<9> print Dumper($row);
$VAR1 = {cxn => undef,last_pct => '0.00%',last_total => 12,last_value
=> '0',name => 'Com_show_processlist',pct => '1.29%',total => 14186,value
=> 197};