Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17557

Modified Files:
        sql_result.mx 
Log Message:
Temporary patch for raw load experiment.


U sql_result.mx
Index: sql_result.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_result.mx,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- sql_result.mx       29 Aug 2008 17:03:45 -0000      1.94
+++ sql_result.mx       9 Sep 2008 08:16:31 -0000       1.95
@@ -465,6 +465,10 @@
                                fmt[i].frstr = &dec_frstr;
                                fmt[i].extra = col;
                        }
+                       fmt[i].raw = NULL;
+                       fmt[i].rawfile = NULL;
+                       fmt[i].batfile = NULL;
+                       fmt[i].size = ATOMsize(fmt[i].adt);
                }
                if (TABLETcreate_bats(&as, (sz<0)?1000:sz) >= 0) {
                        if (TABLETload_file(&as, bs, out) != BUN_NONE)


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to