summaryrefslogtreecommitdiff
path: root/cpp/src/FreezeScript/transformdb.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-04-23 22:15:13 +0000
committerMark Spruiell <mes@zeroc.com>2004-04-23 22:15:13 +0000
commitf1a40598b22113950f174551f21bdd42ab375c67 (patch)
tree3a45e4fc6ffa24242d6d61805aea7d0f41f659e0 /cpp/src/FreezeScript/transformdb.cpp
parentWin build fixes (diff)
downloadice-f1a40598b22113950f174551f21bdd42ab375c67.tar.bz2
ice-f1a40598b22113950f174551f21bdd42ab375c67.tar.xz
ice-f1a40598b22113950f174551f21bdd42ab375c67.zip
fixing comment wrt BerkeleyDB bug
Diffstat (limited to 'cpp/src/FreezeScript/transformdb.cpp')
-rw-r--r--cpp/src/FreezeScript/transformdb.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/FreezeScript/transformdb.cpp b/cpp/src/FreezeScript/transformdb.cpp
index d222a987710..01f7537bf91 100644
--- a/cpp/src/FreezeScript/transformdb.cpp
+++ b/cpp/src/FreezeScript/transformdb.cpp
@@ -597,9 +597,8 @@ run(int argc, char** argv, const Ice::CommunicatorPtr& communicator)
}
//
- // Transform each database. To workaround a bug in BerkeleyDB, we
- // delay closing the new databases until after the transaction is
- // aborted or committed.
+ // Transform each database. We must delay closing the new databases
+ // until after the transaction is committed or aborted.
//
for(vector<string>::iterator p = dbNames.begin(); p != dbNames.end(); ++p)
{