Changeset: 00618b7b02aa for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=00618b7b02aa
Modified Files:
Branch: default
Log Message:
Propagated fix from stable branch.
diffs (12 lines):
diff -r ee407bf25d9c -r 00618b7b02aa
pathfinder/compiler/algebra/opt/opt_complex.c
--- a/pathfinder/compiler/algebra/opt/opt_complex.c Fri Oct 22 15:00:13
2010 +0200
+++ b/pathfinder/compiler/algebra/opt/opt_complex.c Sat Oct 23 20:16:26
2010 +0200
@@ -413,7 +413,7 @@
col2 = p->sem.thetajoin.pred[i].right,
new = PFcol_new (col1),
tmp;
- switch (p->sem.thetajoin.pred[0].comp) {
+ switch (p->sem.thetajoin.pred[i].comp) {
case alg_comp_eq:
res = eq (res, new, col1, col2);
break;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list