Your message dated Sat, 26 Aug 2006 14:36:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384741: upgrade to libmysqlclient15off 5.0.24-1 breaks 
libdbd-mysql-perl 3.0006-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
package: libmysqlclient15off
version: 5.0.24-1

package: libdbd-mysql-perl
version: 3.0006-1

I have a fully up-to-date system based on Debian testing, running mysql 4.1.15-1

I ran aptitude update /upgrade earlier this week and libmysqlclient15off was 
upgraded to 5.0.24-1 from 5.0.22-4. Subsequently amavisd-new started reporting 
'Transactions not supported' when trying to log to an InnoDB mysql database. It 
then emerged that any use of perl DBD/DBI connecting to mysql generated this 
error. The short script below will cause the error. 


#!/usr/bin/perl -w

use DBI;
# substitute your own suitable InnoDB database info and credentials for testing
my $user = 'test';
my $pw = 'test';
my $db = 'test'
DBI->trace(4);
my $dbh = DBI->connect("DBI:mysql:database=$db;host=127.0.0.1", $user, $pw,
  { AutoCommit => 0, RaiseError => 0 });
  die DBI::errstr unless $dbh;

$dbh->disconnect;

Downgrading back to mysqlclient15off 5.0.22-4 cleared the problem. It has also 
been reported on the net that recompiling DBD also fixes the issue although I 
haven't tried this myself.

--- End Message ---
--- Begin Message ---
Hi

On 2006-08-26 [EMAIL PROTECTED] wrote:
> 
> package: libmysqlclient15off
> version: 5.0.24-1

This bug has already be fixed in mysql 5.0.24-2 which I uploaded last night
and should be available on all ftp servers soon.

bye,

-christian-


--- End Message ---

Reply via email to