X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=blobdiff_plain;f=yarrg%2Fdb-idempotent-populate;h=bb0448ce478389c1c030220514c1cdabe648f588;hp=691f77ba8af294d0f8e47e3463137df30d2205f5;hb=e20b856b909c253231f872b95a339567e6757d57;hpb=9089113ed14d3a01ebe805ee15bd08705a59f172 diff --git a/yarrg/db-idempotent-populate b/yarrg/db-idempotent-populate index 691f77b..bb0448c 100755 --- a/yarrg/db-idempotent-populate +++ b/yarrg/db-idempotent-populate @@ -477,7 +477,7 @@ END ; } -db_check_referential_integrity(); +db_check_referential_integrity(1); #---------- compact IDs ---------- @@ -539,7 +539,7 @@ END #---------- put it all into effect ---------- -db_chkcommit(); +db_chkcommit(1); { local $dbh->{AutoCommit} = 1;