Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18772
Modified Files:
sql_result.mx
Log Message:
Call the tablet with the correct arguments
U sql_result.mx
Index: sql_result.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_result.mx,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- sql_result.mx 21 Mar 2008 09:39:35 -0000 1.85
+++ sql_result.mx 19 Jun 2008 06:04:02 -0000 1.86
@@ -475,7 +475,7 @@
}
}
if (TABLETcreate_bats(&as, (sz<0)?1000:sz) >= 0) {
- if (TABLETload_file(&as, bs, out) >= 0)
+ if (TABLETload_file(&as, bs, out,0, i) >= 0)
bats = TABLETcollect_bats(&as);
}
if (as.error)
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins