You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2006/06/04 06:58:16 UTC

svn commit: r411517 - /apr/apr-util/trunk/include/apr_dbd.h

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,