diff options
Diffstat (limited to 'include/apr_dbd.h')
-rw-r--r-- | include/apr_dbd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/apr_dbd.h b/include/apr_dbd.h index 3a334b73e2b3..9912612b9aff 100644 --- a/include/apr_dbd.h +++ b/include/apr_dbd.h @@ -136,9 +136,6 @@ APU_DECLARE(apr_status_t) apr_dbd_get_driver(apr_pool_t *pool, const char *name, * "group" determines which group from configuration file to use (see * MYSQL_READ_DEFAULT_GROUP option of mysql_options() in MySQL manual). * Reconnect is set to 1 by default (i.e. true). - * @remarks FreeTDS: the params can have "username", "password", "appname", - * "dbname", "host", "charset", "lang" and "server" keys, each followed by an - * equal sign and a value. */ APU_DECLARE(apr_status_t) apr_dbd_open_ex(const apr_dbd_driver_t *driver, apr_pool_t *pool, const char *params, |