summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_dbd.html.en
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2015-04-15 22:16:24 +0200
committerKen Coar <coar@apache.org>2015-04-15 22:16:24 +0200
commit0566cf0f319e883e584ec02dc95697bce3e38624 (patch)
tree162e9f6e5f34784acbd487c73090cf9f28239524 /docs/manual/mod/mod_dbd.html.en
parent* Remove trailing whitespace from a bunch of *.xml files (diff)
downloadapache2-0566cf0f319e883e584ec02dc95697bce3e38624.tar.xz
apache2-0566cf0f319e883e584ec02dc95697bce3e38624.zip
Simply remove trailing whitespace.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dbd.html.en')
-rw-r--r--docs/manual/mod/mod_dbd.html.en8
1 files changed, 4 insertions, 4 deletions
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
<p>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 <code>ap_dbd_prepare</code>.</p>
-
+
<div class="warning"><h3>Caveat</h3>
When using prepared statements with a MySQL database, it is preferred to set
<code>reconnect</code> 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
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dbd</td></tr>
</table>
- <p>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
+ <p>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.</p>
</div>