Changeset: 618a83bac43b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=618a83bac43b
Modified Files:
        sql/test/Tests/systemfunctions_bam.stable.out
        sql/test/Tests/systemfunctions_bam.stable.out.int128
Branch: default
Log Message:

approved output after profiler's new functions


diffs (26 lines):

diff --git a/sql/test/Tests/systemfunctions_bam.stable.out 
b/sql/test/Tests/systemfunctions_bam.stable.out
--- a/sql/test/Tests/systemfunctions_bam.stable.out
+++ b/sql/test/Tests/systemfunctions_bam.stable.out
@@ -533,6 +533,9 @@ Ready.
 [ "sys",       "polygonfromtext",      0,      "polygon",      "-- 
alias\ncreate function polygonfromtext(wkt string, srid smallint) returns 
polygon external name geom.\"PolyFromText\";"     ]
 [ "sys",       "polygonfromtext",      1,      "clob", ""      ]
 [ "sys",       "polygonfromtext",      2,      "smallint",     ""      ]
+[ "sys",       "profiler_openstream",  0,      "clob", "create procedure 
profiler_openstream(host string, port int) external name 
profiler.\"openStream\";"    ]
+[ "sys",       "profiler_openstream",  1,      "int",  ""      ]
+[ "sys",       "profiler_stethoscope", 0,      "int",  "create procedure 
profiler_stethoscope(ticks int) external name profiler.stethoscope;"  ]
 [ "sys",       "quantile",     0,      "tinyint",      "create aggregate 
quantile(val tinyint, q double) returns tinyint\n \texternal name 
\"aggr\".\"quantile\";"     ]
 [ "sys",       "quantile",     1,      "tinyint",      ""      ]
 [ "sys",       "quantile",     2,      "double",       ""      ]
diff --git a/sql/test/Tests/systemfunctions_bam.stable.out.int128 
b/sql/test/Tests/systemfunctions_bam.stable.out.int128
--- a/sql/test/Tests/systemfunctions_bam.stable.out.int128
+++ b/sql/test/Tests/systemfunctions_bam.stable.out.int128
@@ -551,6 +551,9 @@ Ready.
 [ "sys",       "polygonfromtext",      0,      "polygon",      "-- 
alias\ncreate function polygonfromtext(wkt string, srid smallint) returns 
polygon external name geom.\"PolyFromText\";"     ]
 [ "sys",       "polygonfromtext",      1,      "clob", ""      ]
 [ "sys",       "polygonfromtext",      2,      "smallint",     ""      ]
+[ "sys",       "profiler_openstream",  0,      "clob", "create procedure 
profiler_openstream(host string, port int) external name 
profiler.\"openStream\";"    ]
+[ "sys",       "profiler_openstream",  1,      "int",  ""      ]
+[ "sys",       "profiler_stethoscope", 0,      "int",  "create procedure 
profiler_stethoscope(ticks int) external name profiler.stethoscope;"  ]
 [ "sys",       "quantile",     0,      "tinyint",      "create aggregate 
quantile(val tinyint, q double) returns tinyint\n \texternal name 
\"aggr\".\"quantile\";"     ]
 [ "sys",       "quantile",     1,      "tinyint",      ""      ]
 [ "sys",       "quantile",     2,      "double",       ""      ]
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to