summaryrefslogtreecommitdiff
path: root/modules/database
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
* Add the mod_dbd exports to the NetWare make fileBradley Nicholes2005-12-061-0/+5
| | | | | | Submitted by: Guenter Knauf <fuankg apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354471 13f79535-47bb-0310-9956-ffa450edef68
* Improve defaults from 'test' values (and get meaningful errors onNick Kew2005-12-061-6/+9
| | | | | | | startup if database is down); trivial tidyups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354400 13f79535-47bb-0310-9956-ffa450edef68
* Optional functions are of __cdecl the kind on win32, due to "APU_DECLARE_NONSTDColm MacCarthaigh2005-11-292-13/+13
| | | | | | | | 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
* A first stab at a win32 build environment for mod_dbd.Colm MacCarthaigh2005-11-291-0/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349757 13f79535-47bb-0310-9956-ffa450edef68
* Give DBD a set of _DECLARE macros consistent with other modules, so thatColm MacCarthaigh2005-11-292-13/+34
| | | | | | | _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-212-65/+167
| | | | | | | | 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
* Wrap exported functions in AP_DECLARENick Kew2005-11-211-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348008 13f79535-47bb-0310-9956-ffa450edef68
* Add defaults and comments for better robustness against misuseNick Kew2005-11-162-1/+5
| | | | | | | (based on comments from Chris Darroch). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345128 13f79535-47bb-0310-9956-ffa450edef68
* Fix (Chris Darroch) to register cleanup for persistent connectionNick Kew2005-11-161-20/+23
| | | | | | | in the no-threads case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345040 13f79535-47bb-0310-9956-ffa450edef68
* Fix driver-dependent potential memor-use bug in preparing statementsNick Kew2005-11-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344140 13f79535-47bb-0310-9956-ffa450edef68
* Work if check_conn is NOTIMPL in a driverNick Kew2005-11-091-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332142 13f79535-47bb-0310-9956-ffa450edef68
* Support dbd connections tied to the conn_rec.Nick Kew2005-10-092-1/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307439 13f79535-47bb-0310-9956-ffa450edef68
* Fix pool in dbd_construct, and set sensible config defaultsNick Kew2005-09-301-7/+17
| | | | | | | (based on feedback from Brian France) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292769 13f79535-47bb-0310-9956-ffa450edef68
* * add svn:ignore to modules/databaseAndré Malo2005-09-241-261/+261
| | | | | | | * fix some eol-style properties git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291269 13f79535-47bb-0310-9956-ffa450edef68
* Add note on DBD APIs to Module Developer Changes in new_features.Nick Kew2005-09-231-1/+1
| | | | | | | Update cast in mod_dbd.c as suggested by jorton. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291100 13f79535-47bb-0310-9956-ffa450edef68
* Add the NetWare makefile for mod_dbdBradley Nicholes2005-09-211-0/+261
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290842 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate possible compiler warnings pointed out by Joe.Nick Kew2005-09-211-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290711 13f79535-47bb-0310-9956-ffa450edef68
* Move mod_dbd from /experimental/ to /database/Nick Kew2005-09-214-0/+535
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290672 13f79535-47bb-0310-9956-ffa450edef68