Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29015/src/gdk
Modified Files:
gdk_align.mx
Log Message:
one more incorrect capacity
Index: gdk_align.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_align.mx,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- gdk_align.mx 14 Nov 2007 12:40:54 -0000 1.86
+++ gdk_align.mx 4 Jan 2008 18:47:31 -0000 1.87
@@ -270,14 +270,16 @@
because in case of a mark, we are going to override a column with
a void. Take care to zero the accelerator data, though.
@c
+ *bn->U = *h->U;
*bn->H = *h->H;
if (h->H == t->T) {
tp = hp;
bn->T = bn->H;
} else {
*bn->T = *t->T;
+ if (bn->U->capacity > t->U->capacity)
+ bn->U->capacity = t->U->capacity;
}
- *bn->U = *h->U;
if (hp)
BBPshare(hp);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins