From: Nick Kew Date: Tue, 22 Jul 2008 08:29:41 +0000 (+0000) Subject: PR#45450: include new MySQL options in mod_dbd docs X-Git-Tag: 2.3.0~418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a0b83432fe619470156a4f1c67df2acc8d8698b;p=thirdparty%2Fapache%2Fhttpd.git PR#45450: include new MySQL options in mod_dbd docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678673 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 1084e0dea71..4c4bb284071 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -183,7 +183,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
FreeTDS (for MSSQL and SyBase)
username, password, appname, dbname, host, charset, lang, server
MySQL
-
host, port, user, pass, dbname, sock
+
host, port, user, pass, dbname, sock, flags, fldsz, group, reconnect
Oracle
user, pass, dbname, server
PostgreSQL