]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Review mod_dbd bugfix proposal
authorNick Kew <niq@apache.org>
Wed, 15 Nov 2006 12:56:39 +0000 (12:56 +0000)
committerNick Kew <niq@apache.org>
Wed, 15 Nov 2006 12:56:39 +0000 (12:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@475219 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 130b571ab29f368b2284505dce285dd1489fd16b..7ddbc64d6cf31a8c6666b0c528d646eb2be71c85 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -223,7 +223,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      may change (eg when the server name is set) at any time, causing
      weird behaviour in modules dependent on mod_dbd.
      Trunk: http://svn.apache.org/viewvc?view=rev&revision=466641
-     +1: minfrin
+     niq: This is actually cumulative with R432562, R432560, 424798
+          which were not yet backported.  They fix a nasty bug,
+          and minfrin's fix is better than mine.
+     Cumulative patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/database/mod_dbd.c?r1=466641&r2=420983&pathrev=466641
+     +1: minfrin, niq
 
    * mod_authn_dbd: Export any additional columns queried in the SQL select
      into the environment with the name AUTHENTICATE_<COLUMN>. This brings