Changeset: f35ae0f1e55e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f35ae0f1e55e
Modified Files:
        sql/backends/monet5/sql.c
Branch: pushcands
Log Message:

Finish comments


diffs (15 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -4959,9 +4959,9 @@ static mel_func sql_init_funcs[] = {
  pattern("sql", "droporderindex", sql_droporderindex, true, "Drop the order 
index on a column", args(0,3, arg("sch",str),arg("tbl",str),arg("col",str))),
  command("calc", "identity", SQLidentity, false, "Returns a unique row 
identitfier.", args(1,2, arg("",oid),argany("",0))),
  pattern("batcalc", "identity", BATSQLidentity, false, "Returns the unique row 
identitfiers.", args(1,2, batarg("",oid),batargany("b",0))),
- pattern("batcalc", "identity", BATSQLidentity, false, "Returns the unique row 
identitfiers with a candidate list input", args(1,3, 
batarg("",oid),batargany("b",0), batarg("",oid))),
+ pattern("batcalc", "identity", BATSQLidentity, false, "Returns the unique row 
identitfiers with a candidate list input.", args(1,3, 
batarg("",oid),batargany("b",0), batarg("",oid))),
  pattern("batcalc", "identity", PBATSQLidentity, false, "Returns the unique 
row identitfiers.", args(2,4, 
batarg("resb",oid),arg("ns",oid),batargany("b",0),arg("s",oid))),
- pattern("batcalc", "identity", PBATSQLidentity, false, "Returns the unique 
row identitfiers.", args(2,5, 
batarg("resb",oid),arg("ns",oid),batargany("b",0),arg("s",oid),batarg("s",oid))),
+ pattern("batcalc", "identity", PBATSQLidentity, false, "Returns the unique 
row identitfiers with a candidate list input.", args(2,5, 
batarg("resb",oid),arg("ns",oid),batargany("b",0),arg("s",oid),batarg("s",oid))),
  pattern("sql", "querylog_catalog", sql_querylog_catalog, false, "Obtain the 
query log catalog", args(8,8, 
batarg("id",oid),batarg("user",str),batarg("defined",timestamp),batarg("query",str),batarg("pipe",str),batarg("plan",str),batarg("mal",int),batarg("optimize",lng))),
  pattern("sql", "querylog_calls", sql_querylog_calls, false, "Obtain the query 
log calls", args(9,9, 
batarg("id",oid),batarg("start",timestamp),batarg("stop",timestamp),batarg("arguments",str),batarg("tuples",lng),batarg("exec",lng),batarg("result",lng),batarg("cpuload",int),batarg("iowait",int))),
  pattern("sql", "querylog_empty", sql_querylog_empty, true, "", noargs),
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to