summaryrefslogtreecommitdiff
path: root/server/db/sysdb_req.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-28Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce1-0/+11
2009-02-26Serialize access to sysdb and also exposes ldb transactions.Simo Sorce1-0/+241
This is necessary because in ldb only 1 transaction per context is possible and all operations (or new transactions) are nested within it. Will revisit this later when ldb will addresses the problem.