Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv699/src/backends/monet5
Modified Files:
Tag: SQL_2-24
sql_gencode.mx
Log Message:
fixed bug in handling combinations of joins where some joins needed to be
changed into filters (selects/semijoins).
U sql_gencode.mx
Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.275.2.2
retrieving revision 1.275.2.3
diff -u -d -r1.275.2.2 -r1.275.2.3
--- sql_gencode.mx 11 Jun 2008 16:09:35 -0000 1.275.2.2
+++ sql_gencode.mx 17 Jun 2008 08:37:28 -0000 1.275.2.3
@@ -1487,15 +1487,6 @@
s->nr = getDestVar(q);
break;
}
- case st_intersect:{
- int l = _dumpstmt(sql, mb, s->op1.stval);
- int r = _dumpstmt(sql, mb, s->op2.stval);
-
- q = newStmt1(mb, algebraRef, "sintersect");
- q = pushArgument(mb, q, l);
- q = pushArgument(mb, q, r);
- s->nr = getDestVar(q);
- } break;
case st_alias:
s->nr = _dumpstmt(sql, mb, s->op1.stval);
break;
@@ -1860,6 +1851,7 @@
case st_ptable:
case st_pivot:
case st_relselect:
+ case st_releqjoin:
case st_reljoin:
stream_printf(GDKout, "not implemented stmt\n");
assert(0);
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins