From 0566cf0f319e883e584ec02dc95697bce3e38624 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Wed, 15 Apr 2015 20:16:24 +0000 Subject: Simply remove trailing whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673947 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dbd.html.en | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/manual/mod/mod_dbd.html.en') diff --git a/docs/manual/mod/mod_dbd.html.en b/docs/manual/mod/mod_dbd.html.en index 263e5ccdb3..1e5fe1a18c 100644 --- a/docs/manual/mod/mod_dbd.html.en +++ b/docs/manual/mod/mod_dbd.html.en @@ -134,7 +134,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c

It is up to dbd user modules to use the prepared statements and document what statements can be specified in httpd.conf, or to provide their own directives and use ap_dbd_prepare.

- +

Caveat

When using prepared statements with a MySQL database, it is preferred to set reconnect to 0 in the connection string as to avoid errors that @@ -203,9 +203,9 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c Status:Extension Module:mod_dbd -

Modules, that wish it, can have one or more SQL statements - executed when a connection to a database is created. Example - usage could be initializing certain values or adding a log +

Modules, that wish it, can have one or more SQL statements + executed when a connection to a database is created. Example + usage could be initializing certain values or adding a log entry when a new connection is made to the database.

-- cgit v1.2.3