X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/ab05f33a0f59714921815569d658e356a071cf19..4b9e5c729d15e10fdf7c7f280a1074b3d5806ec4:/dbck/phase3.dc?ds=sidebyside diff --git a/dbck/phase3.dc b/dbck/phase3.dc index 78b6a7e5..e91199ad 100644 --- a/dbck/phase3.dc +++ b/dbck/phase3.dc @@ -78,10 +78,7 @@ phase3() hash_step(lists, empty_list_check, NULL); } - EXEC SQL SET autocommit on; dprintf("Checking strings...\n"); hash_step(strings, unref_string_check, NULL); - EXEC SQL SET autocommit off; - }