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