summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_ctdb.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-15s3-dbwrap: Implement db_ctdb_parse_record in terms of db_ctdb_fetchVolker Lendecke1-0/+19
2011-11-29s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam1-24/+14
2011-11-29s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus()Michael Adam1-14/+1
2011-11-25s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodooGregor Beck1-0/+13
2011-10-14s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persis...Stefan Metzmacher1-3/+15
2011-10-13s3:dbwrap_ctdb: fix the build after changing signature of tdb_wrap_open()Michael Adam1-1/+7
2011-10-12s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam1-2/+1
2011-10-12s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverseMichael Adam1-1/+1
2011-10-12s3-dbwrap_ctdb: fix the build.Günther Deschner1-1/+4
2011-10-12s3:dbwrap: remove m_all marshall buffer from ctdb transaction.Gregor Beck1-23/+1
2011-10-12s3:dbwrap: traverse records created within this transaction.Gregor Beck1-1/+39
2011-10-11s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...Michael Adam1-0/+1
2011-10-11s3:dbwrap: move the db_open_ctdb() prototype to a new header dbwrap_ctdb.hMichael Adam1-0/+1
2011-09-28s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam1-2/+1
2011-09-20s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...Michael Adam1-0/+26
2011-09-07s3:dbwrap_ctdb: improve error message in transaction destructorGregor Beck1-1/+2
2011-08-30s3: Silence some warningsVolker Lendecke1-0/+19
2011-08-15s3:dbwrap_ctdb: improve transaction start/commit/cancel debuggingMichael Adam1-2/+8
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-0/+1440