From b87d4924b93b4f31d225ba05c9d3baf0929b764a Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Mon, 1 Oct 2007 17:29:46 -0500 Subject: [PATCH] commenting out set_service_options, but also removes commit op Signed-off-by: Chris Cormack --- misc/migration_tools/bulkmarcimport.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl index 78f89c9a29..f3cba43316 100755 --- a/misc/migration_tools/bulkmarcimport.pl +++ b/misc/migration_tools/bulkmarcimport.pl @@ -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"; -- 2.39.5