Changeset: 6f97d7cea860 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6f97d7cea860 Modified Files: monetdb5/optimizer/Tests/DCexample2.stable.out Branch: Jul2017 Log Message:
Approve output diffs (27 lines): diff --git a/monetdb5/optimizer/Tests/DCexample2.stable.out b/monetdb5/optimizer/Tests/DCexample2.stable.out --- a/monetdb5/optimizer/Tests/DCexample2.stable.out +++ b/monetdb5/optimizer/Tests/DCexample2.stable.out @@ -30,19 +30,11 @@ Ready. # 06:41:04 > function user.foo():void; #[0] (0) 0 - b:bat[:int] := bat.new(:int); #[1] (0) CMDBATnew 1 <- 2 - b1:bat[:int] := bat.append(b:bat[:int], 2:int); #[2] (0) BKCappend_val_wrap 3 <- 1 4 - b2:bat[:int] := bat.append(b1:bat[:int], 5:int); #[3] (0) BKCappend_val_wrap 5 <- 3 6 - b3:bat[:int] := bat.append(b2:bat[:int], 3:int); #[4] (0) BKCappend_val_wrap 7 <- 5 8 -end user.foo; #[5] (0) -#deadcode actions= 1 time=5 usec +end user.foo; #[1] (0) +#deadcode actions= 5 time=8 usec function user.foo():void; #[0] (0) 0 - b:bat[:int] := bat.new(:int); #[1] (0) CMDBATnew 1 <- 2 - b1:bat[:int] := bat.append(b:bat[:int], 2:int); #[2] (0) BKCappend_val_wrap 3 <- 1 4 - b2:bat[:int] := bat.append(b1:bat[:int], 5:int); #[3] (0) BKCappend_val_wrap 5 <- 3 6 - b3:bat[:int] := bat.append(b2:bat[:int], 3:int); #[4] (0) BKCappend_val_wrap 7 <- 5 8 -end user.foo; #[5] (0) -#deadcode actions= 1 time=5 usec +end user.foo; #[1] (0) +#deadcode actions= 5 time=8 usec # 06:41:05 > # 06:41:05 > "Done." _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
