Subject: CVS commit: pkgsrc/databases/p5-DBD-mysql
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 03/20/2002 13:33:04
Module Name: pkgsrc
Committed By: martti
Date: Wed Mar 20 11:33:04 UTC 2002
Modified Files:
pkgsrc/databases/p5-DBD-mysql: DESCR Makefile distinfo
Log Message:
Updated p5-DBD-mysql to 1.2219
Changes since 2.2216 are missing, here is the changes from 1.2215 to 1.2216 :
* Portability changes for mSQL 3 and MySQL 4.
* Added transaction support for MySQL.
(Bob Lyons <lyons@nextrials.com>)
* dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for
a not existing mysql_maxlength, which should read
mysql_max_length. (Paul DuBois <paul@snake.net>)
* Fixed installation problem when a directory was specified,
but did not exist. (Will Partain <partain@dcs.gla.ac.uk>)
* Fixed that mysql_errno wasn't used properly. (Chris Adams
<cmadams@hiwaay.net>)
* Fixed test suite problem, when user name and password
have been interpolated. (Bruno Hivert (LMC)
<lmcbrhi@lmc.ericsson.se>)
* mysql_insertid and mysql_affectedrows are no longer treated
as integers, but longs. Thanks to Michael G Schwern
<schwern@pobox.com>.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/databases/p5-DBD-mysql/DESCR
cvs rdiff -r1.14 -r1.15 pkgsrc/databases/p5-DBD-mysql/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/p5-DBD-mysql/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.