Changeset: c2668ecb98b5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c2668ecb98b5 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 Branch: gdk_tracer Log Message:
Approve output diffs (22 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 @@ -12193,6 +12193,7 @@ stdout of test 'MAL-signatures` in direc [ "wlr", "drop_user", "pattern wlr.drop_user(sname:str, action:int):void ", "WLRgeneric;", "Catalog operation drop_user" ] [ "wlr", "drop_user", "pattern wlr.drop_user(sname:str, auth:str, action:int):void ", "WLRgeneric;", "Catalog operation drop_user" ] [ "wlr", "drop_view", "pattern wlr.drop_view(sname:str, name:str, action:int, ifexists:int):void ", "WLRgeneric;", "Catalog operation drop_view" ] +[ "wlr", "getMaster", "pattern wlr.getMaster():str ", "WLRgetmaster;", "What is the current master database" ] [ "wlr", "getclock", "pattern wlr.getclock():str ", "WLRgetclock;", "Timestamp of last replicated transaction." ] [ "wlr", "gettick", "pattern wlr.gettick():lng ", "WLRgettick;", "Transaction identifier of the last replicated transaction." ] [ "wlr", "grant", "pattern wlr.grant(sname:str, tbl:str, grantee:str, privs:int, cname:str, gr:int, grantor:int):void ", "WLRgeneric;", "Catalog operation grant" ] diff --git a/clients/Tests/MAL-signatures.stable.out.int128 b/clients/Tests/MAL-signatures.stable.out.int128 --- a/clients/Tests/MAL-signatures.stable.out.int128 +++ b/clients/Tests/MAL-signatures.stable.out.int128 @@ -16613,6 +16613,7 @@ stdout of test 'MAL-signatures` in direc [ "wlr", "drop_user", "pattern wlr.drop_user(sname:str, action:int):void ", "WLRgeneric;", "Catalog operation drop_user" ] [ "wlr", "drop_user", "pattern wlr.drop_user(sname:str, auth:str, action:int):void ", "WLRgeneric;", "Catalog operation drop_user" ] [ "wlr", "drop_view", "pattern wlr.drop_view(sname:str, name:str, action:int, ifexists:int):void ", "WLRgeneric;", "Catalog operation drop_view" ] +[ "wlr", "getMaster", "pattern wlr.getMaster():str ", "WLRgetmaster;", "What is the current master database" ] [ "wlr", "getclock", "pattern wlr.getclock():str ", "WLRgetclock;", "Timestamp of last replicated transaction." ] [ "wlr", "gettick", "pattern wlr.gettick():lng ", "WLRgettick;", "Transaction identifier of the last replicated transaction." ] [ "wlr", "grant", "pattern wlr.grant(sname:str, tbl:str, grantee:str, privs:int, cname:str, gr:int, grantor:int):void ", "WLRgeneric;", "Catalog operation grant" ] _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
