Update of /cvsroot/monetdb/sql/src/server
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6330/sql/src/server
Modified Files:
rel_schema.mx
Log Message:
make compile with assertions disabled:
variable "l" is used always, i.e., also with assertions disabled;
hence, we should also declare it alwasy, i.e., also with assertions disabled.
Index: rel_schema.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_schema.mx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rel_schema.mx 10 Jan 2010 15:33:34 -0000 1.1
+++ rel_schema.mx 11 Jan 2010 10:29:17 -0000 1.2
@@ -983,9 +983,7 @@
assert(l->h->next->next->next->type ==
type_int);
res = rel_create_table(sql, ss,
l->h->data.i_val, sname, name, l->h->next->next->data.sym,
l->h->next->next->next->data.i_val);
} else if (n->data.sym->token == SQL_CREATE_VIEW) {
-#ifndef NDEBUG
dlist *l = n->data.sym->data.lval;
-#endif
assert(l->h->next->next->next->type ==
type_int);
assert(l->h->next->next->next->next->type ==
type_int);
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins