there is no point in doing intermediate COMMITs on a TEMP table

This commit is contained in:
Vincent Riquer 2013-03-11 13:39:43 +01:00
parent 50e690e6f7
commit 4bb88bc3f9

6
atom
View File

@ -1222,12 +1222,6 @@ do
30) echo -ne '\b\\' ;;
*) ;;
esac
if (( count % 1000 == 0 ))
then
echo 'COMMIT;BEGIN TRANSACTION;' >&3
(( debug )) \
&& echo -en "\bCommitted $count tasks... "
fi
fi
unset \
channels \