Changeset: 3b095b946977 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3b095b946977
Modified Files:
gdk/gdk_orderindex.c
Branch: leftmart
Log Message:
Release lock before returning.
diffs (11 lines):
diff --git a/gdk/gdk_orderindex.c b/gdk/gdk_orderindex.c
--- a/gdk/gdk_orderindex.c
+++ b/gdk/gdk_orderindex.c
@@ -75,6 +75,7 @@ ORDERkeepidx(BAT *b, BAT *order) {
/* take care if other index already exists, should not happen
though
* because it is a waste of resources.
*/
+ MT_lock_unset(&GDKorderIdxLock(abs(b->batCacheid)),
"ORDERkeepidx");
return GDK_FAIL;
}
MT_lock_unset(&GDKorderIdxLock(abs(b->batCacheid)), "ORDERkeepidx");
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list