summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql/distinfo
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-23 20:18:05 +0000
committerwiz <wiz>2006-01-23 20:18:05 +0000
commit197b87e1e2eef2bb302d99b3bbc3e2d487db6a94 (patch)
treeaa208aa21a47db22ae925dc66c3190c96b0aebe5 /databases/p5-DBD-mysql/distinfo
parent101ae1a9df36eb9b973e629c609ea7b11b446ea8 (diff)
downloadpkgsrc-197b87e1e2eef2bb302d99b3bbc3e2d487db6a94.tar.gz
Update to 3.0002:
2005-07-07 Patrick Galbraith (3.0002) * Fix to ensure MYSQL_BIND is only defined when mysql client version is >= 4.1.3. Thanks to Tom Parkison, Anup Singh, Sergey Skvortsov, and other users who informed me about this issue. 2005-07-06 Patrick Galbraith (3.0001) * Special Thanks to Steve Hay for his patch to fix windows compiles! * 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! * Fixed Makefile.PM for windows compiles (thanks to Steve Hay!) * Removed long long type from dbdimp.h * Changed strncasecmp to strncmp (still need a better long-term solution) in dbdimp.c * Modified Makefile.PM to make prepared statements default * Removed // comments from mysql.xs, dbdimp.c (Thanks Bodo Bergmann!) * Fixed runtime bug (when inserting or updating quotes or double quotes) (Thanks to Brad Choate) 2005-06-30 Patrick Galbraith (3.0000) * Release of prepared statement code 2005-04-26 Patrick Galbraith (2.9015_3) * Added patch from Stas Beckman for new DBI feature take_imp_data, needed for DBI::Pool * Fix to Statement.pm for old API call for numfields that caused warnings on 40numrows and akmisc tests * Fix to bind_ph to throw an error if trying to bind a non-numeric value as numeric * Better fix for dealing with error condition in $sth->rows() * Fix to bind_param to throw error when trying to bind a non-numeric as numeric 2005-04-04 Patrick Galbraith (2.9015_2) * Merged all code changes from 2.900x tree from the last 9 months - unsafe bind type guessing patch from Dragonchild - Removed mysql.mtest - Fixed sth->rows to return my_ulongloong and also handle error from client API - Fix to make autocommit work was already part of this version - Auto-reconnect bug fixed in 2.9006 included * Added simple test to 35limit test to check if using malicious code in LIMIT ?, ? placeholders works, which it doesn't. * Fix that sets mysql_server_prepare to 0 if SQL statement is 'SHOW ...' which is not supported by prepared statement API currently 2004-10-28 Rudolf Lippan (2.9015_1) * Merged Makefile.PL from 2.9005_3 * Bumped version number to 2.9015 for release of Dev Branch. Which will become 2.9020 when tested and merged into HEAD. * fixed typo/compiler warning in bind_param_guessing '*testchar' should have been 'testchar'. 2004-10-20 Patrick Galbraith (Dev-2_9 - 2.9005) * merged changes from 2.9005_1 * fix to blob in dbd_st_fetch (Alexey Stroganov ranger@mysql.com) In case of BLOB/TEXT fields we allocate only 8192 bytes in dbd_describe() for data. Here we know real size of field so we should increase buffer size and refetch column value
Diffstat (limited to 'databases/p5-DBD-mysql/distinfo')
-rw-r--r--databases/p5-DBD-mysql/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo
index 6d6307fa5c1..3952f864007 100644
--- a/databases/p5-DBD-mysql/distinfo
+++ b/databases/p5-DBD-mysql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 16:33:07 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/01/23 20:18:05 wiz Exp $
-SHA1 (DBD-mysql-2.9004.tar.gz) = 1f1d974210a1c429d3679a4fe1816a1d7e17dc24
-RMD160 (DBD-mysql-2.9004.tar.gz) = d31f12b25228adfd7551fe5de185e50be3990460
-Size (DBD-mysql-2.9004.tar.gz) = 114043 bytes
+SHA1 (DBD-mysql-3.0002.tar.gz) = 2be3348a20ad95b1761dd8fe399b5d0b8d82cb7c
+RMD160 (DBD-mysql-3.0002.tar.gz) = f566f1a968b9f4f1fd0210080456de5f31601b35
+Size (DBD-mysql-3.0002.tar.gz) = 130077 bytes