Changeset: 2358a5060637 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2358a5060637
Modified Files:
        clients/Tests/MAL-signatures.stable.out
        clients/Tests/MAL-signatures_nogeom.stable.out
Branch: default
Log Message:

Propagated recent approvals to _nogeom, fixed approval of CLTsetSessionTimeout.
It seems Mapprove doesn't like lines with the word "Abort" in them...


diffs (48 lines):

diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -38773,7 +38773,7 @@ comment Abort a query after  n seconds.
 
 pattern clients.setsession(n:lng):void 
 address CLTsetSessionTimeout;
-
+comment Abort a session after n seconds.
 
 pattern clients.suspend(id:int):void 
 address CLTsuspend;
diff --git a/clients/Tests/MAL-signatures_nogeom.stable.out 
b/clients/Tests/MAL-signatures_nogeom.stable.out
--- a/clients/Tests/MAL-signatures_nogeom.stable.out
+++ b/clients/Tests/MAL-signatures_nogeom.stable.out
@@ -32205,8 +32205,6 @@ command blob.blob(s:blob):blob
 address BLOBblob_blob;
 comment Noop routine.
 
-command blob.#convert():void 
-address BLOBconvert;
 command blob.#del():void 
 address BLOBdel;
 command blob.#fromstr():void 
@@ -38742,9 +38740,13 @@ address CLTsetTimeout;
 comment Abort a query after q seconds (q=0 means run undisturbed).The session 
timeout aborts the connection after spending toomany seconds on query 
processing.
 
 pattern clients.settimeout(n:lng):void 
-address CLTsettimeout;
+address CLTsetTimeout;
 comment Abort a query after  n seconds.
 
+pattern clients.setsession(n:lng):void 
+address CLTsetSessionTimeout;
+comment Abort a session after n seconds.
+
 pattern clients.suspend(id:int):void 
 address CLTsuspend;
 comment Put a client process to sleep for some time.It will simple sleep for a 
second at a time, untilthe awake bit has been set in its descriptor
@@ -42676,7 +42678,7 @@ address MTIMEepoch2int;
 comment unix-time (epoch) support: seconds since epoch
 
 command timestamp.epoch{unsafe}():timestamp 
-address MTIMEepoch;
+address MTIMEcurrent_timestamp;
 comment unix-time (epoch) support: seconds since the Unix epoch
 
 command timestamp.#fromstr():timestamp 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to