Update of /cvsroot/monetdb/sql/src/include
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10138/src/include
Modified Files:
Tag: Nov2009
sql_relation.h
Log Message:
fixed bug in internal expression representation
Index: sql_relation.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_relation.h,v
retrieving revision 1.37.2.2
retrieving revision 1.37.2.3
diff -u -d -r1.37.2.2 -r1.37.2.3
--- sql_relation.h 7 Jan 2010 15:18:50 -0000 1.37.2.2
+++ sql_relation.h 17 Jan 2010 11:25:57 -0000 1.37.2.3
@@ -157,7 +157,7 @@
/* used for expressions and relations */
#define is_intern(e) \
- ((e->flag&EXP_INTERN))
+ (e->type != e_atom && (e->flag&EXP_INTERN))
#define set_intern(e) \
e->flag |= EXP_INTERN
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins