From dev-return-13732-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Feb 03 12:31:06 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 3369 invoked from network); 3 Feb 2005 12:31:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Feb 2005 12:31:06 -0000 Received: (qmail 1346 invoked by uid 500); 3 Feb 2005 12:31:05 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 1304 invoked by uid 500); 3 Feb 2005 12:31:04 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 1291 invoked by uid 99); 3 Feb 2005 12:31:04 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 03 Feb 2005 04:31:03 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j13CV09O012217 for ; Thu, 3 Feb 2005 07:31:00 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j13CUrO04119 for ; Thu, 3 Feb 2005 07:30:53 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j13CUpRq012019 for ; Thu, 3 Feb 2005 12:30:51 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j13CUoct012018 for dev@apr.apache.org; Thu, 3 Feb 2005 12:30:50 GMT Date: Thu, 3 Feb 2005 12:30:50 +0000 From: Joe Orton To: dev@apr.apache.org Subject: Re: apr_dbd committed Message-ID: <20050203123050.GA11663@redhat.com> Mail-Followup-To: dev@apr.apache.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Feb 02, 2005 at 05:45:30AM +0000, Nick Kew wrote: > I've just committed the first apr_dbd code to apr-util: - adding headers without building the code breaks the httpd build - test code should go in test/ not dbd/ - is the reslist comment at the top of apr_dbd.h still relevant? - there is a bunch of autofoo on the way I presume? - is the global state unavoidable? static apr_hash_t *drivers = NULL; joe