Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20829/src/modules/mal

Modified Files:
        tablet.mx 
Log Message:
propagated changes of Wednesday Oct 10 2007 - Monday Oct 15 2007
from the MonetDB_5-2 branch to the development trunk


Index: tablet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/tablet.mx,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- tablet.mx   4 Oct 2007 10:37:37 -0000       1.102
+++ tablet.mx   15 Oct 2007 15:26:03 -0000      1.103
@@ -896,6 +896,8 @@
                BATmmap(b, STORE_MMAP, STORE_MMAP, STORE_MMAP);
        if (nr > BATTINY && adt)
                b = BATextend(b, nr);
+       if (b == NULL)
+               return b;
 
        /* disable all properties here */
        bm = BBP_cache(-b->batCacheid);


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