Changeset: d4af41565570 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4af41565570
Modified Files:
        monetdb5/optimizer/Tests/tst4000.stable.out
Branch: default
Log Message:

Approve output


diffs (12 lines):

diff --git a/monetdb5/optimizer/Tests/tst4000.stable.out 
b/monetdb5/optimizer/Tests/tst4000.stable.out
--- a/monetdb5/optimizer/Tests/tst4000.stable.out
+++ b/monetdb5/optimizer/Tests/tst4000.stable.out
@@ -29,7 +29,7 @@ function user.foo():void;               
     b:bat[:int] := bat.new(:int);              #[1] (0) CMDBATnew 1 <- 2 
     c:bat[:int] := bat.new(:int);              #[2] (0) CMDBATnew 3 <- 2 
 # identical until insert takes place 
-    d:bat[:oid] := 
algebra.subselect(b:bat[:int],0:int,100:int,true:bit,true:bit,false:bit);   
#[4] (0) ALGsubselect1 5 <- 1 6 7 8 9 10 
+    d:bat[:oid] := 
algebra.select(b:bat[:int],0:int,100:int,true:bit,true:bit,false:bit);      
#[4] (0) ALGselect1 5 <- 1 6 7 8 9 10 
 # mapped onto one instruction 
     l:int := calc.+(24:int,27:int);            #[6] (0) CMDvarADDsignal 17 <- 
14 16 
 # mapped to l 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to