Dynamic database backends. Just for code sharing for now, but mysql should work.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 29 Oct 2009 15:07:20 +0000 (15:07 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 29 Oct 2009 15:07:20 +0000 (15:07 +0000)
commit8dfa9d32dc1a02901945d31c89c3d57ccc7a436d
tree4f74220d8c2d729eb32988ee2f2e7bfad10131e5
parent28b4b504e2f7df15a959535a502f77a28913fa6b
Dynamic database backends. Just for code sharing for now, but mysql should work.

Changes:
- reshufle build process + small various fixes
- extended DB module API
- internal object-oriented API
- buffered commands remains in main module
- update the mysql backend module + some small other changes
org.glite.lbjp-common.db/Makefile
org.glite.lbjp-common.db/interface/db-int.h [new file with mode: 0644]
org.glite.lbjp-common.db/interface/db.h
org.glite.lbjp-common.db/project/get_soname.sh
org.glite.lbjp-common.db/src/db-mysql.c
org.glite.lbjp-common.db/src/db.c [new file with mode: 0644]