Bug 125457 - request dev-perl/DBD-mysql-3.0003_p1 bump
Bug#: 125457 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: perl@gentoo.org Reported By: h.mth@web.de
Component: Ebuilds
URL:  http://cpan.noris.de/authors/id/C/CA/CAPTTOFU/DBD-mysql-3.0003_1.tar.gz
Summary: request dev-perl/DBD-mysql-3.0003_p1 bump
Keywords:  
Status Whiteboard: 
Opened: 2006-03-08 03:20 0000
Description:   Opened: 2006-03-08 03:20 0000
I would like to see that version in portage.

It seems the patch in portage encapsulates a return for mysql-5 only which it
should not. It seems also to define that mysql-5 definition wrong.

Well, I do not know. It just seems like. That patch went into _p5 so bump _p4
and drop that patch. How does that sound?

------- Comment #1 From Hanno Meyer-Thurow 2006-03-08 03:28:49 0000 -------
It is not really an enhancement.

It fixes my (UN)LOCK TABLES commands in perl scripts.
With the _p4 version this errors:
...
$sth = $dbh->prepare("LOCK TABLES data WRITE");
$sth->execute;
...
$sth = $dbh->prepare("UNLOCK TABLES");
$sth->execute;
...

With _p5 not anymore.

------- Comment #2 From Patrizio Bassi 2006-03-21 07:32:19 0000 -------
that's an upgrade/downgrade loop too, due to bugzilla.

[ebuild     UD] dev-perl/DBD-mysql-3.0002 [3.0002_p4]

please fix that too, when bumping

------- Comment #3 From Hanno Meyer-Thurow 2006-05-20 02:09:46 0000 -------
new version on URL
ping maintainer!

------- Comment #4 From Christian Hartmann 2006-05-22 00:33:00 0000 -------
DBD-mysql-3.0004 now in cvs.