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
|
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?
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.
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
new version on URL
ping maintainer!
DBD-mysql-3.0004 now in cvs.