[Lunar-commits] r18675 - moonbase/trunk/perl/DBD-mysql
Dennis Veatch
stumbles at lunar-linux.org
Fri Feb 10 16:08:24 UTC 2006
Author: stumbles
Date: 2006-02-10 16:08:22 +0000 (Fri, 10 Feb 2006)
New Revision: 18675
Modified:
moonbase/trunk/perl/DBD-mysql/DETAILS
Log:
Fix to ensure MYSQL_BIND is only defined when mysql
client version is >= 4.1.3.
Changed uint argument in safe_sv_fetch to int due to
uint not being available on windows unless you include
my_globals.h in dbdimp.h, which also breaks on unixen!
Removed long long type from dbdimp.h
Fixed runtime bug
Fix to Statement.pm for old API call for numfields that caused
warnings on 40numrows and akmisc tests
and others
Modified: moonbase/trunk/perl/DBD-mysql/DETAILS
===================================================================
--- moonbase/trunk/perl/DBD-mysql/DETAILS 2006-02-10 15:37:11 UTC (rev 18674)
+++ moonbase/trunk/perl/DBD-mysql/DETAILS 2006-02-10 16:08:22 UTC (rev 18675)
@@ -1,10 +1,11 @@
MODULE=DBD-mysql
- VERSION=2.9004
+ VERSION=3.0002
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.cpan.org/authors/id/R/RU/RUDY/
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/
+ SOURCE_VFY=sha1:2be3348a20ad95b1761dd8fe399b5d0b8d82cb7c
WEB_SITE=http://search.cpan.org/search?dist=DBD::mysql
ENTERED=20020727
- UPDATED=20041105
+ UPDATED=20060210
MAINTAINER=prox at lunar-linux.org
SHORT="the mysql and msql DBD modules for perl DBI"
cat << EOF
More information about the Lunar-commits
mailing list