Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv899
Modified Files:
sql_gencode.mx sql_result.mx
Log Message:
Prepare the code base for generation of partitions during the load.
U sql_result.mx
Index: sql_result.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_result.mx,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- sql_result.mx 15 Aug 2009 18:14:41 -0000 1.125
+++ sql_result.mx 23 Sep 2009 07:25:30 -0000 1.126
@@ -478,7 +478,7 @@
fmt[i].len = fmt[i].nillen =
ATOMlen(fmt[i].adt, ATOMnilptr(fmt[i].adt));
fmt[i].data = GDKmalloc(fmt[i].len);
- fmt[i].c = NULL;
+ fmt[i].c[0] = NULL;
fmt[i].ws = !(has_whitespace(fmt[i].sep));
fmt[i].quote = ssep?ssep[0]:0;
fmt[i].nullstr = _strdup(ns);
U sql_gencode.mx
Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- sql_gencode.mx 22 Sep 2009 20:56:49 -0000 1.335
+++ sql_gencode.mx 23 Sep 2009 07:25:30 -0000 1.336
@@ -2025,7 +2025,7 @@
Client c = be->client;
Symbol backup = NULL;
stmt *s;
- int i, retseen =0;
+ int i, retseen =0, sideeffects =0;
/* nothing to do for internal and ready (not recompiling) functions */
if (!f->sql || f->sql > 1)
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins