Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7958

Modified Files:
      Tag: GDK-2
        gdk_relop.mx 
Log Message:
After extending, reinitialize pointers into the heap.


Index: gdk_relop.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_relop.mx,v
retrieving revision 1.134.4.9
retrieving revision 1.134.4.10
diff -u -d -r1.134.4.9 -r1.134.4.10
--- gdk_relop.mx        15 Aug 2007 09:37:19 -0000      1.134.4.9
+++ gdk_relop.mx        15 Aug 2007 15:51:07 -0000      1.134.4.10
@@ -1487,6 +1487,8 @@
                                if (BATextend(bn, 8 + (size_t) (BATcount(bn) * 
(((dbl) lhi) / (li + 1)))) == NULL)
                                        return 1;
                                lim = BATcapacity(bn);
+                               hdst = (oid *) Hloc(bn, BUNfirst(bn));
+                               tdst = (oid *) Tloc(bn, BUNfirst(bn));
                        }
                        if (ri >= rhi)
                                break;


-------------------------------------------------------------------------
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