tdb: add utility function check_merge_ptr_with_left_record()
authorMichael Adam <obnox@samba.org>
Wed, 11 Jun 2014 10:04:01 +0000 (12:04 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Jun 2014 08:00:11 +0000 (10:00 +0200)
commit68fc4ac96d7abd41fe7a0520c3026d18ed25311a
treef0f403f688faa1231cba29922de56a71d6f4f578
parent825252473520390ecb936d9765b25b59803796c3
tdb: add utility function check_merge_ptr_with_left_record()

Variant of check_merge_with_left_record() that reads the record
itself if necessary.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>