summaryrefslogtreecommitdiff
path: root/modules/database/mod_dbd.h
Commit message (Collapse)AuthorAgeFilesLines
* Small spelling fix.Graham Leggett2005-12-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@359565 13f79535-47bb-0310-9956-ffa450edef68
* Optional functions are of __cdecl the kind on win32, due to "APU_DECLARE_NONSTDColm MacCarthaigh2005-11-291-5/+5
| | | | | | | | apr_dynamic_fn_register" from apr-util, so we can't use __stdcall. Declare our functions as non-std. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349768 13f79535-47bb-0310-9956-ffa450edef68
* Give DBD a set of _DECLARE macros consistent with other modules, so thatColm MacCarthaigh2005-11-291-5/+26
| | | | | | | _EXPORT and _STATIC and be turned on/off more easily. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349752 13f79535-47bb-0310-9956-ffa450edef68
* PR#37553Nick Kew2005-11-211-0/+1
| | | | | | | | Redesign of pools handling in mod_dbd Submitted: Chris Darroch, Reviewed: Nick Kew git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348026 13f79535-47bb-0310-9956-ffa450edef68
* Add defaults and comments for better robustness against misuseNick Kew2005-11-161-1/+4
| | | | | | | (based on comments from Chris Darroch). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345128 13f79535-47bb-0310-9956-ffa450edef68
* Support dbd connections tied to the conn_rec.Nick Kew2005-10-091-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307439 13f79535-47bb-0310-9956-ffa450edef68
* Move mod_dbd from /experimental/ to /database/Nick Kew2005-09-211-0/+72
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290672 13f79535-47bb-0310-9956-ffa450edef68