Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19968
Modified Files:
Tag: MonetDB_1-20
gdk_logger.mx
Log Message:
on BATclear we should mark the bats as writeable before clearing.
Index: gdk_logger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_logger.mx,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -u -d -r1.9 -r1.9.4.1
--- gdk_logger.mx 28 Jun 2007 00:53:13 -0000 1.9
+++ gdk_logger.mx 30 Nov 2007 20:29:33 -0000 1.9.4.1
@@ -296,7 +296,10 @@
b = BATdescriptor(bid);
if (b) {
+ int access = b->P->restricted;
+ b->P->restricted = BAT_WRITE;
BATclear(b);
+ b->P->restricted = access;
logbat_destroy(b);
}
}
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins