Changeset: d59eb02ecd8a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d59eb02ecd8a
Modified Files:
clients/Tests/MAL-signatures.stable.out
clients/Tests/MAL-signatures.stable.out.int128
monetdb5/modules/mal/clients.c
Branch: Jan2022
Log Message:
Typo.
diffs (54 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
@@ -682,7 +682,7 @@
[ "bat", "reuseMap", "command bat.reuseMap(X_0:bat[:any_1],
X_1:bat[:oid]):bat[:oid] ", "BKCreuseBATmap;", "Derive the oid
mapping for reuse BAT based on list of to-be-deleted" ]
[ "bat", "save", "command bat.save(X_0:bat[:any_1]):void ",
"BKCsave2;", "" ]
[ "bat", "save", "command bat.save(X_0:str):bit ", "BKCsave;",
"Save a BAT to storage, if it was loaded and dirty. \nReturns whether IO was
necessary. Please realize that \ncalling this function violates the atomic
commit protocol!!" ]
-[ "bat", "setAccess", "command bat.setAccess(X_0:bat[:any_1],
X_1:str):bat[:any_1] ", "BKCsetAccess;", "Try to change the update
access priviliges \nto this BAT. Mode:\nr[ead-only] - allow only read
access.\na[append-only] - allow reads and update.\nw[riteable] - allow
all operations.\nBATs are updatable by default. On making a BAT read-only,
\nall subsequent updates fail with an error message.\nReturns the BAT itself."
]
+[ "bat", "setAccess", "command bat.setAccess(X_0:bat[:any_1],
X_1:str):bat[:any_1] ", "BKCsetAccess;", "Try to change the update
access privileges \nto this BAT. Mode:\nr[ead-only] - allow only read
access.\na[append-only] - allow reads and update.\nw[riteable] - allow
all operations.\nBATs are updatable by default. On making a BAT read-only,
\nall subsequent updates fail with an error message.\nReturns the BAT itself."
]
[ "bat", "setColumn", "command bat.setColumn(X_0:bat[:any_1],
X_1:str):void ", "BKCsetColumn;", "Give a logical name to the
tail column of a BAT." ]
[ "bat", "setHash", "command bat.setHash(X_0:bat[:any_1]):bit ",
"BKCsetHash;", "Create a hash structure on the column" ]
[ "bat", "setImprints", "command bat.setImprints(X_0:bat[:any_1]):bit
", "BKCsetImprints;", "Create an imprints structure on the column"
]
@@ -8391,7 +8391,7 @@
[ "clients", "getprofile", "pattern clients.getprofile() (X_0:str,
X_1:int, X_2:int, X_3:int, X_4:int) ", "CLTgetProfile;", "Retrieve the
profile settings for a client" ]
[ "clients", "md5sum", "command clients.md5sum(X_0:str):str ",
"CLTmd5sum;", "Return hex string representation of the MD5 hash of the given
string" ]
[ "clients", "quit", "unsafe pattern clients.quit():void ", "CLTquit;",
"Terminate the client session." ]
-[ "clients", "quit", "unsafe pattern clients.quit(X_0:int):void ",
"CLTquit;", "Terminate the session for a single client using a soft
error.\nIt is the privilige of the console user." ]
+[ "clients", "quit", "unsafe pattern clients.quit(X_0:int):void ",
"CLTquit;", "Terminate the session for a single client using a soft
error.\nIt is the privilege of the console user." ]
[ "clients", "removeUser", "unsafe pattern
clients.removeUser(X_0:str):void ", "CLTremoveUser;", "Remove the
given user from the system" ]
[ "clients", "ripemd160sum", "command clients.ripemd160sum(X_0:str):str ",
"CLTripemd160sum;", "Return hex string representation of the RIPEMD160 hash
of the given string" ]
[ "clients", "setListing", "unsafe pattern clients.setListing(X_0:int):int
", "CLTsetListing;", "Turn on/off echo of MAL instructions:\n1 -
echo input,\n2 - show mal instruction,\n4 - show details of type resolutoin,
\n8 - show binding information." ]
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
@@ -797,7 +797,7 @@
[ "bat", "reuseMap", "command bat.reuseMap(X_0:bat[:any_1],
X_1:bat[:oid]):bat[:oid] ", "BKCreuseBATmap;", "Derive the oid
mapping for reuse BAT based on list of to-be-deleted" ]
[ "bat", "save", "command bat.save(X_0:bat[:any_1]):void ",
"BKCsave2;", "" ]
[ "bat", "save", "command bat.save(X_0:str):bit ", "BKCsave;",
"Save a BAT to storage, if it was loaded and dirty. \nReturns whether IO was
necessary. Please realize that \ncalling this function violates the atomic
commit protocol!!" ]
-[ "bat", "setAccess", "command bat.setAccess(X_0:bat[:any_1],
X_1:str):bat[:any_1] ", "BKCsetAccess;", "Try to change the update
access priviliges \nto this BAT. Mode:\nr[ead-only] - allow only read
access.\na[append-only] - allow reads and update.\nw[riteable] - allow
all operations.\nBATs are updatable by default. On making a BAT read-only,
\nall subsequent updates fail with an error message.\nReturns the BAT itself."
]
+[ "bat", "setAccess", "command bat.setAccess(X_0:bat[:any_1],
X_1:str):bat[:any_1] ", "BKCsetAccess;", "Try to change the update
access privileges \nto this BAT. Mode:\nr[ead-only] - allow only read
access.\na[append-only] - allow reads and update.\nw[riteable] - allow
all operations.\nBATs are updatable by default. On making a BAT read-only,
\nall subsequent updates fail with an error message.\nReturns the BAT itself."
]
[ "bat", "setColumn", "command bat.setColumn(X_0:bat[:any_1],
X_1:str):void ", "BKCsetColumn;", "Give a logical name to the
tail column of a BAT." ]
[ "bat", "setHash", "command bat.setHash(X_0:bat[:any_1]):bit ",
"BKCsetHash;", "Create a hash structure on the column" ]
[ "bat", "setImprints", "command bat.setImprints(X_0:bat[:any_1]):bit
", "BKCsetImprints;", "Create an imprints structure on the column"
]
@@ -11676,7 +11676,7 @@
[ "clients", "getprofile", "pattern clients.getprofile() (X_0:str,
X_1:int, X_2:int, X_3:int, X_4:int) ", "CLTgetProfile;", "Retrieve the
profile settings for a client" ]
[ "clients", "md5sum", "command clients.md5sum(X_0:str):str ",
"CLTmd5sum;", "Return hex string representation of the MD5 hash of the given
string" ]
[ "clients", "quit", "unsafe pattern clients.quit():void ", "CLTquit;",
"Terminate the client session." ]
-[ "clients", "quit", "unsafe pattern clients.quit(X_0:int):void ",
"CLTquit;", "Terminate the session for a single client using a soft
error.\nIt is the privilige of the console user." ]
+[ "clients", "quit", "unsafe pattern clients.quit(X_0:int):void ",
"CLTquit;", "Terminate the session for a single client using a soft
error.\nIt is the privilege of the console user." ]
[ "clients", "removeUser", "unsafe pattern
clients.removeUser(X_0:str):void ", "CLTremoveUser;", "Remove the
given user from the system" ]
[ "clients", "ripemd160sum", "command clients.ripemd160sum(X_0:str):str ",
"CLTripemd160sum;", "Return hex string representation of the RIPEMD160 hash
of the given string" ]
[ "clients", "setListing", "unsafe pattern clients.setListing(X_0:int):int
", "CLTsetListing;", "Turn on/off echo of MAL instructions:\n1 -
echo input,\n2 - show mal instruction,\n4 - show details of type resolutoin,
\n8 - show binding information." ]
diff --git a/monetdb5/modules/mal/clients.c b/monetdb5/modules/mal/clients.c
--- a/monetdb5/modules/mal/clients.c
+++ b/monetdb5/modules/mal/clients.c
@@ -982,7 +982,7 @@ mel_func clients_init_funcs[] = {
pattern("clients", "getScenario", CLTgetScenario, false, "Retrieve current
scenario name.", args(1,1, arg("",str))),
pattern("clients", "setScenario", CLTsetScenario, true, "Switch to other
scenario handler, return previous one.", args(1,2, arg("",str),arg("msg",str))),
pattern("clients", "quit", CLTquit, true, "Terminate the client session.",
args(1,1, arg("",void))),
- pattern("clients", "quit", CLTquit, true, "Terminate the session for a single
client using a soft error.\nIt is the privilige of the console user.",
args(1,2, arg("",void),arg("idx",int))),
+ pattern("clients", "quit", CLTquit, true, "Terminate the session for a single
client using a soft error.\nIt is the privilege of the console user.",
args(1,2, arg("",void),arg("idx",int))),
command("clients", "getLogins", CLTLogin, false, "Pseudo bat of client id and
login time.", args(2,2, batarg("user",oid),batarg("start",str))),
pattern("clients", "stop", CLTstop, true, "Stop the query execution at the
next eligble statement.", args(0,1, arg("id",int))),
pattern("clients", "suspend", CLTsuspend, true, "Put a client process to
sleep for some time.\nIt will simple sleep for a second at a time, until\nthe
awake bit has been set in its descriptor", args(1,2,
arg("",void),arg("id",int))),
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list