From dev-return-16287-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu May 04 23:29:32 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 66339 invoked from network); 4 May 2006 23:29:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 23:29:31 -0000 Received: (qmail 70350 invoked by uid 500); 4 May 2006 23:29:31 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 69993 invoked by uid 500); 4 May 2006 23:29:30 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 69981 invoked by uid 99); 4 May 2006 23:29:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 16:29:29 -0700 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 (asf.osuosl.org: domain of bojan@rexursive.com designates 203.171.74.242 as permitted sender) Received: from [203.171.74.242] (HELO beauty.rexursive.com) (203.171.74.242) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 16:29:29 -0700 Received: by beauty.rexursive.com (Postfix, from userid 48) id CFA581AF281; Fri, 5 May 2006 09:29:07 +1000 (EST) Received: from cache4.syd.ops.aspac.uu.net (cache4.syd.ops.aspac.uu.net [203.166.96.238]) by www.rexursive.com (Horde MIME library) with HTTP; Fri, 05 May 2006 09:29:07 +1000 Message-ID: <20060505092907.wvxlypjnggsg8sgo@www.rexursive.com> Date: Fri, 05 May 2006 09:29:07 +1000 From: Bojan Smojver To: dev@apr.apache.org Subject: Re: apr_dbd_mysql.c References: <001101c65ffb$0aead530$6500a8c0@escoffice.com> <7edfeeef0604171137w375fc189i665c0d77f4cd07e0@mail.gmail.com> <4172297.post@talk.nabble.com> <4199439.post@talk.nabble.com> <4211898.post@talk.nabble.com> <1146686523.2011.115.camel@coyote.rexursive.com> <4224583.post@talk.nabble.com> <4238357.post@talk.nabble.com> <20060505090349.j94edfrz5kwwwo08@www.rexursive.com> In-Reply-To: <20060505090349.j94edfrz5kwwwo08@www.rexursive.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.1) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Quoting Bojan Smojver : >> DBDParams "dbname=vizsga user=root password=xxxx" > > DBDParams param1=value1[,param2=value2 > > Maybe? Nah, scrap that! Both forms should work for MySQL (delimiters are defined as " \r\n\t;|,"). BTW, documentation for mod_dbd appears to be misleading - the form for DBDParams is whatever the underlying APU DBD driver can parse, which is not necessarily a comma separated list. -- Bojan