Changeset: 0cae5a24c2c7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0cae5a24c2c7
Modified Files:
MonetDB5/src/optimizer/opt_support.mx
Branch: Oct2010
Log Message:
fixed typo in getVarRows(): for TYPE_int we need to use ival rather than wval
diffs (12 lines):
diff -r fc082618586c -r 0cae5a24c2c7 MonetDB5/src/optimizer/opt_support.mx
--- a/MonetDB5/src/optimizer/opt_support.mx Mon Dec 13 22:40:10 2010 +0100
+++ b/MonetDB5/src/optimizer/opt_support.mx Tue Dec 14 08:53:40 2010 +0100
@@ -1551,7 +1551,7 @@
return (wrd)p->value.val.lval;
if (p->value.vtype == TYPE_int
#if SIZEOF_BUN <= SIZEOF_INT
- && p->value.val.wval <= (int) BUN_MAX
+ && p->value.val.ival <= (int) BUN_MAX
#endif
)
return p->value.val.ival;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list