From: Daniel Gruno Date: Sun, 8 Apr 2012 20:37:48 +0000 (+0000) Subject: Describe DBDInitSQL X-Git-Tag: 2.5.0-alpha~7234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=420a6cc51cf569b05e60c9c7bc65162aae7f06a6;p=apache Describe DBDInitSQL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311086 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 74b1f4d219..05de4a81ae 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -302,4 +302,19 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c + +DBDInitSQL +Execute an SQL statement after connecting to a database +DBDInitSQL "SQL statement" +server configvirtual host + + + +

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.

+
+
+