From 4ef52e33f447ae3cf8f3f193e2a8c6b08bb6f497 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 22 Dec 2010 15:21:06 +0000 Subject: Update pear-MDB2_Driver_mysql package to 1.5.0b2. 1.5.0b3 2010-08-29 12:29 UTC Changelog: - fixed bug #15650: mysqli function used in setCharset() - fixed bug #16003: incorrect check for error after mysql_store_result - fixed bug #16147: first prepared statement is emulated when using factory with mysql - fixed bug #16669: hostspec is ignored when protocol is unix - fixed bug #17037: 'on update' not mentioned in tableInfo() - fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK constraint triggers) - fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer [alexpw] - return ON UPDATE|DELETE action in getTableConstraintDefinition() note: - the multi_query test failes because this is not supported by ext/mysql open todo items: - use a trigger to emulate setting default now() --- databases/pear-MDB2_Driver_mysql/distinfo | 4 ++-- databases/pear-MDB2_Driver_mysql/patches/patch-aa | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/pear-MDB2_Driver_mysql') diff --git a/databases/pear-MDB2_Driver_mysql/distinfo b/databases/pear-MDB2_Driver_mysql/distinfo index 2807caa6a73..943a5d5afa6 100644 --- a/databases/pear-MDB2_Driver_mysql/distinfo +++ b/databases/pear-MDB2_Driver_mysql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2009/01/19 20:13:38 abs Exp $ +$NetBSD: distinfo,v 1.5 2010/12/22 15:21:06 taca Exp $ SHA1 (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = 3ae1d579ace24ec7ccbb769b7e6693c8a64e686e RMD160 (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = a1280d4d2aacc664e602950b978fac08613c1367 Size (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = 45456 bytes -SHA1 (patch-aa) = 71f1dfe4931ca19337bf71f2eb779f6756a85b3c +SHA1 (patch-aa) = 7db47f47930ee44579b034075dd00b70627841ff diff --git a/databases/pear-MDB2_Driver_mysql/patches/patch-aa b/databases/pear-MDB2_Driver_mysql/patches/patch-aa index a3bbba62558..ccd973cc398 100644 --- a/databases/pear-MDB2_Driver_mysql/patches/patch-aa +++ b/databases/pear-MDB2_Driver_mysql/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2009/01/19 20:13:38 abs Exp $ +$NetBSD: patch-aa,v 1.4 2010/12/22 15:21:06 taca Exp $ ---- ../package.xml.orig 2007-05-03 21:05:23.000000000 +0200 +--- ../package.xml.orig 2009-01-14 16:31:22.000000000 +0000 +++ ../package.xml -@@ -79,9 +79,6 @@ open todo items: +@@ -77,9 +77,6 @@ open todo items: pear.php.net 2.5.0b2 -- cgit v1.2.3