Update of /cvsroot/monetdb/MonetDB4/src/modules/plain
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17912/src/modules/plain

Modified Files:
        ascii_io.mx 
Log Message:
propagated changes of Friday Oct 12 2007 - Monday Oct 15 2007
from the MonetDB_4-20 branch to the development trunk


Index: ascii_io.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/modules/plain/ascii_io.mx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ascii_io.mx 4 Oct 2007 10:35:18 -0000       1.10
+++ ascii_io.mx 15 Oct 2007 15:24:08 -0000      1.11
@@ -332,6 +332,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