commenting out set_service_options, but also removes commit op
authorJoshua Ferraro <jmf@liblime.com>
Mon, 1 Oct 2007 22:29:46 +0000 (17:29 -0500)
committerChris Cormack <crc@liblime.com>
Mon, 1 Oct 2007 22:40:31 +0000 (17:40 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
misc/migration_tools/bulkmarcimport.pl

index 78f89c9..f3cba43 100755 (executable)
@@ -305,8 +305,8 @@ if ($fk_off) {
        $dbh->do("SET FOREIGN_KEY_CHECKS = 1");
 }
 # final commit of the changes
-z3950_extended_services('commit',set_service_options('commit'));
-print "COMMIT OPERATION SUCCESSFUL\n";
+#z3950_extended_services('commit',set_service_options('commit'));
+#print "COMMIT OPERATION SUCCESSFUL\n";
 
 my $timeneeded = gettimeofday - $starttime;
 print "$i MARC records done in $timeneeded seconds\n";