Changeset: 10a9cded260b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=10a9cded260b
Modified Files:
        clients/Tests/MAL-signatures_all.stable.out
        clients/Tests/MAL-signatures_all.stable.out.int128
        clients/Tests/SQL-dump_all.stable.out.int128
        clients/Tests/SQL-dump_all.stable.out.oid32.int128
        clients/Tests/exports.stable.out
Branch: default
Log Message:

approved changes


diffs (107 lines):

diff --git a/clients/Tests/MAL-signatures_all.stable.out 
b/clients/Tests/MAL-signatures_all.stable.out
--- a/clients/Tests/MAL-signatures_all.stable.out
+++ b/clients/Tests/MAL-signatures_all.stable.out
@@ -2396,17 +2396,9 @@ command algebra.not_like(s:str,pat:str):
 address PCREnotlike2;
 command algebra.not_like(s:str,pat:str,esc:str):bit 
 address PCREnotlike3;
-pattern algebra.project(b:bat[:any_2,:any_1],v:any_3):bat[:any_2,:any_3] 
+pattern algebra.project(b:bat[:oid,:any_1],v:any_3):bat[:oid,:any_3] 
 address ALGprojecttail;
-comment Fill the tail with a constant, e.g. [0~b]
-
-pattern algebra.project(v:any_3,b:bat[:any_2,:any_1]):bat[:any_3,:any_1] 
-address ALGprojecthead;
-comment Fill the head with a constant, e.g. [0~b]
-
-command algebra.project(b:bat[:any_1,:any_2]):bat[:any_1,:void] 
-address ALGprojectNIL;
-comment Extract the head of a BAT.
+comment Fill the tail with a constant
 
 command algebra.reuse(b:bat[:oid,:any_1]):bat[:oid,:any_1] 
 address ALGreuse;
diff --git a/clients/Tests/MAL-signatures_all.stable.out.int128 
b/clients/Tests/MAL-signatures_all.stable.out.int128
--- a/clients/Tests/MAL-signatures_all.stable.out.int128
+++ b/clients/Tests/MAL-signatures_all.stable.out.int128
@@ -2907,17 +2907,9 @@ command algebra.not_like(s:str,pat:str):
 address PCREnotlike2;
 command algebra.not_like(s:str,pat:str,esc:str):bit 
 address PCREnotlike3;
-pattern algebra.project(b:bat[:any_2,:any_1],v:any_3):bat[:any_2,:any_3] 
+pattern algebra.project(b:bat[:oid,:any_1],v:any_3):bat[:oid,:any_3] 
 address ALGprojecttail;
-comment Fill the tail with a constant, e.g. [0~b]
-
-pattern algebra.project(v:any_3,b:bat[:any_2,:any_1]):bat[:any_3,:any_1] 
-address ALGprojecthead;
-comment Fill the head with a constant, e.g. [0~b]
-
-command algebra.project(b:bat[:any_1,:any_2]):bat[:any_1,:void] 
-address ALGprojectNIL;
-comment Extract the head of a BAT.
+comment Fill the tail with a constant
 
 command algebra.reuse(b:bat[:oid,:any_1]):bat[:oid,:any_1] 
 address ALGreuse;
diff --git a/clients/Tests/SQL-dump_all.stable.out.int128 
b/clients/Tests/SQL-dump_all.stable.out.int128
--- a/clients/Tests/SQL-dump_all.stable.out.int128
+++ b/clients/Tests/SQL-dump_all.stable.out.int128
@@ -7588,7 +7588,7 @@ 5942      "querylog_disable"      "create procedur
 5944   "tracelog"      "-- This Source Code Form is subject to the terms of 
the Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not 
distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\n-- 
make the offline tracing table available for inspection\ncreate function 
sys.tracelog() \n\treturns table (\n\t\tevent integer,\t\t-- event 
counter\n\t\tclk varchar(20), \t-- wallclock, no mtime in kernel\n\t\tpc 
varchar(50), \t-- module.function[nr]\n\t\tthread int, \t\t-- thread 
identifier\n\t\tticks bigint, \t\t-- time in microseconds\n\t\trrsmb bigint, 
\t\t-- resident memory in MB\n\t\tvmmb bigint, \t\t-- virtual size in 
MB\n\t\treads bigint, \t\t-- number of blocks read\n\t\twrites bigint, \t\t-- 
number of blocks written\n\t\tminflt bigint, \t\t-- minor page 
faults\n\t\tmajflt bigint, \t\t-- major page faults\n\t\tnvcsw bigint, \t\t-- 
non-volantary conext switch\n\t\tstmt string\t\t\t-- actual statement executed\n
 \t)\n\texternal name sql.dump_trace;"  "sql"   1       5       false   false   
false   2000
 5974   "profiler_openstream"   "create procedure profiler_openstream(host 
string, port int) external name profiler.""openStream"";"    "profiler"      1  
     2       true    false   false   2000
 5978   "profiler_stethoscope"  "create procedure profiler_stethoscope(ticks 
int) external name profiler.stethoscope;"  "profiler"      1       2       true 
   false   false   2000
-5981   "epoch" "-- This Source Code Form is subject to the terms of the 
Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not distributed 
with this\n-- file, You can obtain one at http://mozilla.org/MPL/2.0/.\n--\n-- 
Copyright 2008-2015 MonetDB B.V.\n\n-- assume milliseconds when converted to 
TIMESTAMP\ncreate function ""epoch""(sec bigint) returns timestamp\n    
external name timestamp.""epoch"";"  "timestamp"     1       1       false   
false   false   2000
+5981   "epoch" "-- This Source Code Form is subject to the terms of the 
Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not distributed 
with this\n-- file, You can obtain one at http://mozilla.org/MPL/2.0/.\n--\n-- 
Copyright 2008-2015 MonetDB B.V.\n\n-- assume milliseconds when converted to 
TIMESTAMP\ncreate function ""epoch""(sec bigint) returns timestamp\n\texternal 
name timestamp.""epoch"";"    "timestamp"     1       1       false   false   
false   2000
 5985   "epoch" "create function ""epoch""(sec int) returns 
timestamp\n\texternal name timestamp.""epoch"";"    "timestamp"     1       1   
    false   false   false   2000
 5989   "epoch" "create function ""epoch""(ts timestamp) returns 
int\n\texternal name timestamp.""epoch"";"     "timestamp"     1       1       
false   false   false   2000
 5993   "shrink"        "-- This Source Code Form is subject to the terms of 
the Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not 
distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\n-- 
Vacuum a relational table should be done with care.\n-- For, the oid's are used 
in join-indices.\n\n-- Vacuum of tables may improve IO performance and disk 
footprint.\n-- The foreign key constraints should be dropped before\n-- and 
re-established after the cluster operation.\n\ncreate procedure shrink(sys 
string, tab string)\n\texternal name sql.shrink;"       "sql"   1       2       
true    false   false   2000
diff --git a/clients/Tests/SQL-dump_all.stable.out.oid32.int128 
b/clients/Tests/SQL-dump_all.stable.out.oid32.int128
--- a/clients/Tests/SQL-dump_all.stable.out.oid32.int128
+++ b/clients/Tests/SQL-dump_all.stable.out.oid32.int128
@@ -7593,7 +7593,7 @@ 5942      "querylog_disable"      "create procedur
 5944   "tracelog"      "-- This Source Code Form is subject to the terms of 
the Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not 
distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\n-- 
make the offline tracing table available for inspection\ncreate function 
sys.tracelog() \n\treturns table (\n\t\tevent integer,\t\t-- event 
counter\n\t\tclk varchar(20), \t-- wallclock, no mtime in kernel\n\t\tpc 
varchar(50), \t-- module.function[nr]\n\t\tthread int, \t\t-- thread 
identifier\n\t\tticks bigint, \t\t-- time in microseconds\n\t\trrsmb bigint, 
\t\t-- resident memory in MB\n\t\tvmmb bigint, \t\t-- virtual size in 
MB\n\t\treads bigint, \t\t-- number of blocks read\n\t\twrites bigint, \t\t-- 
number of blocks written\n\t\tminflt bigint, \t\t-- minor page 
faults\n\t\tmajflt bigint, \t\t-- major page faults\n\t\tnvcsw bigint, \t\t-- 
non-volantary conext switch\n\t\tstmt string\t\t\t-- actual statement executed\n
 \t)\n\texternal name sql.dump_trace;"  "sql"   1       5       false   false   
false   2000
 5974   "profiler_openstream"   "create procedure profiler_openstream(host 
string, port int) external name profiler.""openStream"";"    "profiler"      1  
     2       true    false   false   2000
 5978   "profiler_stethoscope"  "create procedure profiler_stethoscope(ticks 
int) external name profiler.stethoscope;"  "profiler"      1       2       true 
   false   false   2000
-5981   "epoch" "-- This Source Code Form is subject to the terms of the 
Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not distributed 
with this\n-- file, You can obtain one at http://mozilla.org/MPL/2.0/.\n--\n-- 
Copyright 2008-2015 MonetDB B.V.\n\n-- assume milliseconds when converted to 
TIMESTAMP\ncreate function ""epoch""(sec bigint) returns timestamp\n    
external name timestamp.""epoch"";"  "timestamp"     1       1       false   
false   false   2000
+5981   "epoch" "-- This Source Code Form is subject to the terms of the 
Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not distributed 
with this\n-- file, You can obtain one at http://mozilla.org/MPL/2.0/.\n--\n-- 
Copyright 2008-2015 MonetDB B.V.\n\n-- assume milliseconds when converted to 
TIMESTAMP\ncreate function ""epoch""(sec bigint) returns timestamp\n\texternal 
name timestamp.""epoch"";"    "timestamp"     1       1       false   false   
false   2000
 5985   "epoch" "create function ""epoch""(sec int) returns 
timestamp\n\texternal name timestamp.""epoch"";"    "timestamp"     1       1   
    false   false   false   2000
 5989   "epoch" "create function ""epoch""(ts timestamp) returns 
int\n\texternal name timestamp.""epoch"";"     "timestamp"     1       1       
false   false   false   2000
 5993   "shrink"        "-- This Source Code Form is subject to the terms of 
the Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not 
distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\n-- 
Vacuum a relational table should be done with care.\n-- For, the oid's are used 
in join-indices.\n\n-- Vacuum of tables may improve IO performance and disk 
footprint.\n-- The foreign key constraints should be dropped before\n-- and 
re-established after the cluster operation.\n\ncreate procedure shrink(sys 
string, tab string)\n\texternal name sql.shrink;"       "sql"   1       2       
true    false   false   2000
diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -2069,7 +2069,6 @@ str affectedRowsRef;
 str aggrRef;
 str alarmRef;
 str algebraRef;
-int allTargetsVisible(MalBlkPtr mb, Lifespan span, int pc, int qc);
 str antijoinRef;
 str appendRef;
 str appendidxRef;
@@ -2311,7 +2310,6 @@ int isAmbiguousType(int type);
 int isBlocking(InstrPtr p);
 int isDelta(InstrPtr q);
 int isDependent(InstrPtr p, InstrPtr q);
-int isDiffOp(InstrPtr q);
 int isExceptionVariable(str nme);
 int isFragmentGroup(InstrPtr q);
 int isFragmentGroup2(InstrPtr q);
@@ -2500,7 +2498,7 @@ int operatorLength(Client cntxt);
 str operatorName(int i);
 lng optDebug;
 str optimizeMALBlock(Client cntxt, MalBlkPtr mb);
-str optimizerCheck(Client cntxt, MalBlkPtr mb, str name, int actions, lng 
usec, int flag);
+str optimizerCheck(Client cntxt, MalBlkPtr mb, str name, int actions, lng 
usec);
 str optimizerRef;
 str optimizer_prelude(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 str pack2Ref;
@@ -2617,8 +2615,6 @@ int safetyBarrier(InstrPtr p, InstrPtr q
 str schedulerRef;
 str selectNotNilRef;
 str semaRef;
-str semijoinPathRef;
-str semijoinRef;
 str seriesRef;
 str setAccessRef;
 void setArgType(MalBlkPtr mb, InstrPtr p, int i, int tpe);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to