Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23147/src/backends/monet5

Modified Files:
        sql_result.mx 
Log Message:
propagated changes of Tuesday Jan 06 2009
from the Nov2008 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/01/06 - nielsnes: src/backends/monet5/sql_result.mx,1.98.2.1
added missing function for writing resultsets to file for single rows.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_result.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_result.mx,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- sql_result.mx       2 Jan 2009 08:22:35 -0000       1.107
+++ sql_result.mx       6 Jan 2009 16:25:24 -0000       1.108
@@ -978,6 +978,9 @@
                BBPunfix(order->batCacheid);
                m->results = res_tables_remove(m->results, t);
        } 
+       if (res == 0 && m->scanner.ws == s) 
+               /* need to flush */
+               stream_flush(s);
        return res;
 }
 


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to