1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

r10477: expose transactions outside ldb and change the API once more

do not autostart transactions on ldb operations if a transaction is already in place
test transactions on winsdb

all my tests passes so far
tridge please confirm this is ok for you
(This used to be commit c2bb2a36bd)
This commit is contained in:
Simo Sorce
2005-09-24 15:42:15 +00:00
committed by Gerald (Jerry) Carter
parent 70b52b02a7
commit 63b43dd12f
19 changed files with 293 additions and 105 deletions

View File

@@ -40,7 +40,7 @@
* but they are keept here for reference anyway
*/
#define LDB_ERR_SUCCESS 0
#define LDB_SUCCESS 0
#define LDB_ERR_OPERATIONS_ERROR 1
#define LDB_ERR_PROTOCOL_ERROR 2
#define LDB_ERR_TIME_LIMIT_EXCEEDED 3