1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-11 02:42:23 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Daniel Gruno
234523fdca The pool and db object to be used should be created before trying to acquire a driver handle.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1432892 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 12:04:38 +00:00
Daniel Gruno
05bcfb46bb revert r1432881 - t'wasn't a bug after all.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1432886 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 11:42:28 +00:00
Daniel Gruno
3c72b3caf0 mod_lua/dbd: Only 2 arguments are passed, so let's tell Lua to only return 2, not 3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1432881 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 11:37:09 +00:00
Daniel Gruno
ba7f623fe7 Debian doesn't like pushing statically defined functions into tables, so we'll declare them in lua_dbd.h and just make them regular functions instead.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1432418 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 12:58:31 +00:00
Daniel Gruno
60e2bf1f47 Since functions are now pushed solely in lua_dbd.c, there's no need to declare them in lua_dbd.h
Hopefully, this solves the Windows compiler issues.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1431930 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 08:13:28 +00:00
Daniel Gruno
e582addb58 CodeWarrior workaround for lua_dbd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1431236 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 09:47:30 +00:00
Daniel Gruno
27fc69424c Fix typo in comment, as per bugzilla #54388
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430265 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 13:05:53 +00:00
Daniel Gruno
0e04ce5529 Add database features for mod_lua (apr_dbd + mod_dbd).
See documentation update for API and examples.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430225 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 11:42:50 +00:00