Changeset: e7ed135d07e3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e7ed135d07e3
Modified Files:
monetdb5/optimizer/opt_support.c
Branch: iot
Log Message:
IOT is not side-effect free
diffs (12 lines):
diff --git a/monetdb5/optimizer/opt_support.c b/monetdb5/optimizer/opt_support.c
--- a/monetdb5/optimizer/opt_support.c
+++ b/monetdb5/optimizer/opt_support.c
@@ -583,6 +583,8 @@ hasSideEffects(InstrPtr p, int strict)
getModuleId(p) != groupRef )
return TRUE;
+ if ( getModuleId(p) == iotRef)
+ return TRUE;
if ( getModuleId(p) == basketRef){
if( getFunctionId(p) == registerRef)
return TRUE;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list