AW: Need help with an unexpected behaviour

2018-01-28 Thread Andreas Mock
] Gesendet: Sonntag, 28. Januar 2018 14:44 An: Andreas Mock Cc: dbi-users@perl.org Betreff: Re: Need help with an unexpected behaviour On Fri, Jan 26, 2018 at 04:47:35PM +0100, Andreas Mock wrote: > Hi all, > > 9 my %attr = ( > 10 'AutoCommit' => 1, > 11 '

Re: Need help with an unexpected behaviour

2018-01-28 Thread Tim Bunce
On Fri, Jan 26, 2018 at 04:47:35PM +0100, Andreas Mock wrote: > Hi all, > > 9 my %attr = ( > 10 'AutoCommit' => 1, > 11 'RaiseError' => 1, > 35 sub doit { > 36 my $dbh = shift; > 37 > 38 local $dbh->{'AutoCommit'} = 1; > 39 > 40 $dbh->begin_work; > 41 $dbh->do("

Need help with an unexpected behaviour

2018-01-26 Thread Andreas Mock
Hi all, today I stumpled on a behaviour that I didn't expect this way. And currently I haven't found an explanation. That's the reason why I want to ask you whether you can give me the right hints. Environment: SL Linux 6.7 64bit MySQL Community Server 5.5.40 perl 5.10.1 DBI 1.633 DBD::mysql 4.03