Changeset: 89291f5e37a6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=89291f5e37a6
Modified Files:
MonetDB5/src/optimizer/opt_mergetable.mx
Branch: Oct2010
Log Message:
fixed bug in mergetable. Only propagate mat_slc and mat_tpn (not mat_ext)
diffs (12 lines):
diff -r a67f74967a5f -r 89291f5e37a6 MonetDB5/src/optimizer/opt_mergetable.mx
--- a/MonetDB5/src/optimizer/opt_mergetable.mx Mon Sep 06 23:09:34 2010 +0200
+++ b/MonetDB5/src/optimizer/opt_mergetable.mx Mon Sep 06 23:20:37 2010 +0200
@@ -175,7 +175,7 @@
useMatType( mat_t *mat, int n)
{
mat_type type = mat_none;
- if (n >= 0)
+ if (n >= 0 && mat_is_topn(mat[n].type))
type = mat[n].type;
return type;
}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list