Easily produced: DBD::mysql outputs to stderr and no DBI-errstr

2006-03-27 Thread Martin J. Evans
The following simple script: == #!/usr/bin/perl use strict; use warnings; use DBI; my $dbh = DBI-connect( 'DBI:mysql:test', 'xxx', 'yyy', {PrintError = 0, RaiseError=0} ) or die DBI::errstr; $dbh-do(q/create table mytest (a int, b char(20))/); $dbh-do(q/delete from mytest

FWD: Re: Easily produced: DBD::mysql outputs to stderr and no DBI-errstr

2006-03-27 Thread Martin J. Evans
produced: DBD::mysql outputs to stderr and no DBI-errstr Cc: Please use [EMAIL PROTECTED] instead of [EMAIL PROTECTED] --End of forwarded message-