]> code.citadel.org Git - citadel.git/commit
* database_sleepycat.c: cdb_truncate() no longer encapsulated in a
authorArt Cancro <ajc@citadel.org>
Mon, 23 May 2005 19:33:57 +0000 (19:33 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 23 May 2005 19:33:57 +0000 (19:33 +0000)
commitf0f639e1b8e8783269856184a56f7f9e10f26e21
tree5ea4ce64539f0eb86c7a70964146aefe4549115c
parent8e42cb415206dfedeab37547c1a315b472e19a0d
* database_sleepycat.c: cdb_truncate() no longer encapsulated in a
  transaction.  Truncating a database in Citadel is always synchronous,
  and with big tables (such as when the full text indexer is switched off
  or reinitialized) it was running out of memory.
citadel/ChangeLog
citadel/database_sleepycat.c