made ForEachUser use a read-only cursor, too. there is now only one piece of
authorNathan Bryant <loanshark@uncensored.citadel.org>
Mon, 30 Jul 2001 03:46:14 +0000 (03:46 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Mon, 30 Jul 2001 03:46:14 +0000 (03:46 +0000)
commite94e4c806c2c0df6e4e77bba886277b682547931
tree60c2cdd9c09a38e641251aa5ebebab096f2cef7e
parent5947574f1155b13045c871465ed9c591a928199d
made ForEachUser use a read-only cursor, too. there is now only one piece of
code in Citadel proper (not the database driver) that needs transactions.
that's check_ref_counts; in other words it's the only thing standing in the way
of a clean implementation of retryable transactions.
citadel/ChangeLog
citadel/user_ops.c