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

Modified Files:
      Tag: SQL_2-18
        sql_result.mx 
Log Message:
small cleanup


Index: sql_result.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet4/sql_result.mx,v
retrieving revision 1.58
retrieving revision 1.58.4.1
diff -u -d -r1.58 -r1.58.4.1
--- sql_result.mx       3 Jan 2007 12:39:25 -0000       1.58
+++ sql_result.mx       21 Jun 2007 08:02:54 -0000      1.58.4.1
@@ -449,6 +449,7 @@
                        fmt[i].extra = fmt+i;
                        fmt[i].data = NULL;
                        fmt[i].len = 0;
+                       fmt[i].c = NULL;
                        if (col->type.type->eclass == EC_DEC) {
                                fmt[i].tostr = &dec_tostr;
                                fmt[i].frstr = &dec_frstr;
@@ -457,7 +458,7 @@
                }
                if (ASCIIcreate_bats(&as) >= 0) {
                        if (ASCIIload_file(&as, bs, out) >= 0)
-                                bats = ASCIIcollect_bats(&as);
+                               bats = ASCIIcollect_bats(&as);
                }
                ASCIIdestroy_format(&as);
        }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to