Update of /cvsroot/monetdb/MonetDB4/src/monet
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3906/src/monet

Modified Files:
        monet_multiplex.mx 
Log Message:
we now reset the nested bat of setaggr to void headed, just before we release 
it. Fixes a crash in the GNATS_2736 test


Index: monet_multiplex.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_multiplex.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- monet_multiplex.mx  4 Oct 2007 10:35:31 -0000       1.6
+++ monet_multiplex.mx  24 Oct 2007 11:33:04 -0000      1.7
@@ -1853,8 +1853,11 @@
                nested->T = &n->T;
                nested_rev->H = &n->T;
                nested_rev->T = &n->H;
-               nested->H->type = nested_bak.B.H->type;
-               nested->H->varsized = 0;
+               nested->H->type = TYPE_void;
+               nested->H->key = FALSE;
+               nested->H->varsized = TRUE;
+               nested->H->shift = 0;
+               nested->H->width = 0;
                nested->H->vheap = NULL;
        }
        BBPreclaim(nested);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to