Changeset: bde1818af01a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/bde1818af01a
Modified Files:
monetdb5/optimizer/opt_evaluate.c
Branch: default
Log Message:
return changes
diffs (15 lines):
diff --git a/monetdb5/optimizer/opt_evaluate.c
b/monetdb5/optimizer/opt_evaluate.c
--- a/monetdb5/optimizer/opt_evaluate.c
+++ b/monetdb5/optimizer/opt_evaluate.c
@@ -136,8 +136,10 @@ OPTevaluateImplementation(Client ctx, Ma
(void) stk;
- if (mb->inlineProp || MB_LARGE(mb))
+ if (mb->inlineProp || MB_LARGE(mb)) {
+ (void) pushInt(mb, pci, actions);
return MAL_SUCCEED;
+ }
allocator_state ta_state = ma_open(ta);
assigned = (int *) ma_zalloc(ta, sizeof(int) * mb->vtop);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]