- added a new function to the database interface, cdb_close_cursor(). always
authorNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 29 Jul 2001 22:24:04 +0000 (22:24 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 29 Jul 2001 22:24:04 +0000 (22:24 +0000)
commit5947574f1155b13045c871465ed9c591a928199d
treee3b22dfd4479eab405dbe0a3cbb2c06eab011032
parent3d242c4571f3d07f76802f08811ccb34f212c315
 - added a new function to the database interface, cdb_close_cursor().  always
call this when you're finished with a traversal but didn't bother reading all
the way to the end.

 - removed several cdb_begin_transaction()/cdb_end_transaction() calls that are
no longer needed because of the read-only cursor support.
citadel/ChangeLog
citadel/database.c
citadel/database.h
citadel/database_sleepycat.c
citadel/room_ops.c
citadel/serv_expire.c
citadel/serv_upgrade.c
citadel/serv_vandelay.c
citadel/user_ops.c