6 messages in com.mysql.lists.perlRe: broken DBD-mysql-2.9002 (fixed)
FromSent OnAttachments
Wolfgang Friebel26 Sep 2003 08:39 
Rudy Lippan26 Sep 2003 08:59 
Wolfgang Friebel26 Sep 2003 09:58.pm
lshen05 Oct 2003 17:50 
Wolfgang Friebel13 Oct 2003 07:54 
Rudy Lippan13 Oct 2003 10:17 
Subject:Re: broken DBD-mysql-2.9002 (fixed)
From:Wolfgang Friebel (Wolf@desy.de)
Date:09/26/2003 08:39:56 AM
List:com.mysql.lists.perl

On Fri, 26 Sep 2003, Jochen Wiedmann wrote:

Hi, Wolfgang,

as Rudy is *the* maintainer nowadays, I am simply forwarding your mail to the relevant mailing list.

Thanks,

meanwhile by trial and error I found the bug that causes the weird behaviour. This time it was just too much code.

If I do remove the subroutine get_info (lib/DBD/mysql.pm, line 414):

#################### # get_info() # Generated by DBI::DBD::Metadata

sub get_info { my($dbh, $info_type) = @_; require DBD::mysql::GetInfo; my $v = $DBD::mysql::GetInfo::info{int($info_type)}; $v = $v->($dbh) if ref $v eq 'CODE'; return $v; }

the sample script provided with the previous mail gives the expected output also with DBD-mysql-2.9002.

Best regards