Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 59279 invoked from network); 4 Jun 2006 04:58:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jun 2006 04:58:38 -0000 Received: (qmail 76953 invoked by uid 500); 4 Jun 2006 04:58:38 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 76918 invoked by uid 500); 4 Jun 2006 04:58:37 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 76906 invoked by uid 99); 4 Jun 2006 04:58:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jun 2006 21:58:37 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jun 2006 21:58:37 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 302001A983A; Sat, 3 Jun 2006 21:58:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r411517 - /apr/apr-util/trunk/include/apr_dbd.h Date: Sun, 04 Jun 2006 04:58:16 -0000 To: commits@apr.apache.org From: bojan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060604045817.302001A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: bojan Date: Sat Jun 3 21:58:16 2006 New Revision: 411517 URL: http://svn.apache.org/viewvc?rev=411517&view=rev Log: Clarify that field size relates to prepared statements only. Modified: apr/apr-util/trunk/include/apr_dbd.h Modified: apr/apr-util/trunk/include/apr_dbd.h URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_dbd.h?rev=411517&r1=411516&r2=411517&view=diff ============================================================================== --- apr/apr-util/trunk/include/apr_dbd.h (original) +++ apr/apr-util/trunk/include/apr_dbd.h Sat Jun 3 21:58:16 2006 @@ -90,7 +90,8 @@ * semicolon, vertical bar or comma. For now, "flags" can only recognise * CLIENT_FOUND_ROWS (check MySQL manual for details). The value associated * with "fldsz" determines maximum amount of memory (in bytes) for each of - * the fields in the result set. By default, this value is 1 MB. + * the fields in the result set of prepared statements. By default, this + * value is 1 MB. */ APU_DECLARE(apr_status_t) apr_dbd_open(const apr_dbd_driver_t *driver, apr_pool_t *pool, const char *params,