s3:registry: wrap the whole db upgrade in one transaction
authorMichael Adam <obnox@samba.org>
Mon, 4 Jul 2011 14:15:11 +0000 (16:15 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 4 Jul 2011 18:02:09 +0000 (20:02 +0200)
commit1621aab139f0104cb2c7183c28c52cb6605abb09
treea18800fa36abb87d56651de84e675c175c21b43b
parentcaf9c9996952e72e61f9c9f0efd27936f38eefda
s3:registry: wrap the whole db upgrade in one transaction

The purpose of this is to prepare for multiple upgrade steps
to be performed in a single transaction, so that no change
at all is made to that database if one step fails.

Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
source3/registry/reg_backend_db.c