From 612f04376ea27756c44a058f9512aaf2a3c095b9 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Tue, 4 Sep 2007 17:27:59 +0800 Subject: http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2451 Squashed commit of the following: commit f4ba9698ababcd06659be2c941fb1809833764ee Author: Matthew Newhook Date: Tue Sep 4 17:25:35 2007 +0800 some cleanup. commit 58dae2c8e42132d645e8cbfce7ac6856995d3241 Author: Matthew Newhook Date: Tue Sep 4 17:20:22 2007 +0800 added more dire warning comments. commit c95d285943268c3623d61ccae8cc4d4654cf8056 Author: Matthew Newhook Date: Tue Sep 4 17:09:32 2007 +0800 remove debug. added comment. commit 8eed648a285edcf6b256ca9195021e36e437ac36 Author: Matthew Newhook Date: Tue Sep 4 17:04:12 2007 +0800 Copy the connection to prevent the transaction from accessing itself after its been blown away. commit 08523da6819abf029f67178a51c09b39e41168ca Author: Matthew Newhook Date: Tue Sep 4 16:25:40 2007 +0800 first set of fixes for the reference counting. --- cpp/src/Freeze/MapI.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/Freeze/MapI.cpp') diff --git a/cpp/src/Freeze/MapI.cpp b/cpp/src/Freeze/MapI.cpp index a070bbd3c31..ee2b1de0e3a 100644 --- a/cpp/src/Freeze/MapI.cpp +++ b/cpp/src/Freeze/MapI.cpp @@ -1376,7 +1376,6 @@ callback(Db* secondary, const Dbt* key, const Dbt* value, Dbt* result) return index->secondaryKeyCreate(secondary, key, value, result); } - Freeze::MapIndexI::MapIndexI(const ConnectionIPtr& connection, SharedDb& db, DbTxn* txn, bool createDb, const MapIndexBasePtr& index) : _index(index) -- cgit v1.2.3