Changeset: 9139c6f09ed2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9139c6f09ed2
Modified Files:
        gdk/gdk_batop.mx
Branch: Apr2011
Log Message:

Check result of operation.
Yet another problem related to bug 2820.


diffs (12 lines):

diff --git a/gdk/gdk_batop.mx b/gdk/gdk_batop.mx
--- a/gdk/gdk_batop.mx
+++ b/gdk/gdk_batop.mx
@@ -561,6 +561,8 @@
                    b->T->vheap->hashash == n->T->vheap->hashash &&
                    VIEWtparent(n) == 0) {
                        b = insert_string_bat(b, n, 1);
+                       if (b == NULL)
+                               return NULL;
                } else if (b->htype == TYPE_void) {
                        BATiter ni = bat_iterator(n);
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to