Changeset: 59ca61da5284 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=59ca61da5284
Modified Files:
        sql/test/Tests/systemfunctions.stable.out
        sql/test/Tests/systemfunctions_nogeom.stable.out
Branch: default
Log Message:

Approved after changeset 007271050deb.


diffs (44 lines):

diff --git a/sql/test/Tests/systemfunctions.stable.out 
b/sql/test/Tests/systemfunctions.stable.out
--- a/sql/test/Tests/systemfunctions.stable.out
+++ b/sql/test/Tests/systemfunctions.stable.out
@@ -349,7 +349,7 @@ Ready.
 [ "sys",       "overlaps",     0,      "boolean",      "create function 
overlaps(a geometry, b geometry) returns boolean external name 
geom.\"Overlaps\";"     ]
 [ "sys",       "overlaps",     1,      "geometry",     ""      ]
 [ "sys",       "overlaps",     2,      "geometry",     ""      ]
-[ "sys",       "password_hash",        0,      "clob", "-- The contents of 
this file are subject to the MonetDB Public License\n-- Version 1.1 (the 
\"License\"); you may not use this file except in\n-- compliance with the 
License. You may obtain a copy of the License at\n-- 
http://www.monetdb.org/Legal/MonetDBLicense\n--\n-- Software distributed under 
the License is distributed on an \"AS IS\"\n-- basis, WITHOUT WARRANTY OF ANY 
KIND, either express or implied. See the\n-- License for the specific language 
governing rights and limitations\n-- under the License.\n--\n-- The Original 
Code is the MonetDB Database System.\n--\n-- The Initial Developer of the 
Original Code is CWI.\n-- Copyright August 2008-2013 MonetDB B.V.\n-- All 
Rights Reserved.\n\ncreate function password_hash (username string) \n\treturns 
string \n\texternal name sql.password;"        ]
+[ "sys",       "password_hash",        0,      "clob", "-- The contents of 
this file are subject to the MonetDB Public License\n-- Version 1.1 (the 
\"License\"); you may not use this file except in\n-- compliance with the 
License. You may obtain a copy of the License at\n-- 
http://www.monetdb.org/Legal/MonetDBLicense\n--\n-- Software distributed under 
the License is distributed on an \"AS IS\"\n-- basis, WITHOUT WARRANTY OF ANY 
KIND, either express or implied. See the\n-- License for the specific language 
governing rights and limitations\n-- under the License.\n--\n-- The Original 
Code is the MonetDB Database System.\n--\n-- The Initial Developer of the 
Original Code is CWI.\n-- Copyright August 2008-2013 MonetDB B.V.\n-- All 
Rights Reserved.\n\ncreate function sys.password_hash (username string) 
\n\treturns string \n\texternal name sql.password;"    ]
 [ "sys",       "password_hash",        1,      "clob", ""      ]
 [ "sys",       "pause",        0,      "int",  "-- operations to manipulate 
the state of havoc queries\ncreate procedure sys.pause(tag int)\nexternal name 
sql.sysmon_pause;"  ]
 [ "sys",       "pause",        0,      "bigint",       "create procedure 
sys.pause(tag bigint)\nexternal name sql.sysmon_pause;"       ]
@@ -386,6 +386,9 @@ Ready.
 [ "sys",       "setmasklen",   0,      "inet", "create function \"setmasklen\" 
(p inet, mask int) returns inet\n\texternal name inet.\"setmasklen\";"  ]
 [ "sys",       "setmasklen",   1,      "inet", ""      ]
 [ "sys",       "setmasklen",   2,      "int",  ""      ]
+[ "sys",       "settimeout",   0,      "bigint",       "-- control the query 
time out \ncreate procedure sys.settimeout(\"query\" bigint)\n\texternal name 
sql.settimeout;"    ]
+[ "sys",       "settimeout",   0,      "bigint",       "create procedure 
sys.settimeout(\"query\" bigint, \"session\" bigint)\n\texternal name 
sql.settimeout;"        ]
+[ "sys",       "settimeout",   1,      "bigint",       ""      ]
 [ "sys",       "shrink",       0,      "clob", "-- The contents of this file 
are subject to the MonetDB Public License\n-- Version 1.1 (the \"License\"); 
you may not use this file except in\n-- compliance with the License. You may 
obtain a copy of the License at\n-- 
http://www.monetdb.org/Legal/MonetDBLicense\n--\n-- Software distributed under 
the License is distributed on an \"AS IS\"\n-- basis, WITHOUT WARRANTY OF ANY 
KIND, either express or implied. See the\n-- License for the specific language 
governing rights and limitations\n-- under the License.\n--\n-- The Original 
Code is the MonetDB Database System.\n--\n-- The Initial Developer of the 
Original Code is CWI.\n-- Copyright August 2008-2013 MonetDB B.V.\n-- All 
Rights Reserved.\n\n-- Vacuum a relational table should be done with care.\n-- 
For, the oid's are used in join-indices.\n\n-- Vacuum of tables may improve IO 
performance and disk footprint.\n-- The foreign key constraints should be 
dropped before\n-- and re-established after the cluste
 r operation.\n\ncreate procedure shrink(sys string, tab string)\n\texternal 
name sql.shrink;"  ]
 [ "sys",       "shrink",       1,      "clob", ""      ]
 [ "sys",       "srid", 0,      "int",  "create function srid(g geometry) 
returns integer external name geom.\"SRID\";" ]
diff --git a/sql/test/Tests/systemfunctions_nogeom.stable.out 
b/sql/test/Tests/systemfunctions_nogeom.stable.out
--- a/sql/test/Tests/systemfunctions_nogeom.stable.out
+++ b/sql/test/Tests/systemfunctions_nogeom.stable.out
@@ -256,7 +256,7 @@ Ready.
 [ "sys",       "newurl",       3,      "clob", ""      ]
 [ "sys",       "optimizer_stats",      0,      "table",        "-- The 
contents of this file are subject to the MonetDB Public License\n-- Version 1.1 
(the \"License\"); you may not use this file except in\n-- compliance with the 
License. You may obtain a copy of the License at\n-- 
http://www.monetdb.org/Legal/MonetDBLicense\n--\n-- Software distributed under 
the License is distributed on an \"AS IS\"\n-- basis, WITHOUT WARRANTY OF ANY 
KIND, either express or implied. See the\n-- License for the specific language 
governing rights and limitations\n-- under the License.\n--\n-- The Original 
Code is the MonetDB Database System.\n--\n-- The Initial Developer of the 
Original Code is CWI.\n-- Copyright August 2008-2013 MonetDB B.V.\n-- All 
Rights Reserved.\n\n-- show the optimizer statistics maintained by the SQL 
frontend\ncreate function sys.optimizer_stats () \n\treturns table (rewrite 
string, count int) \n\texternal name sql.dump_opt_stats;"       ]
 [ "sys",       "optimizers",   0,      "table",        "-- MONETDB KERNEL 
SECTION\n-- optimizer pipe catalog\ncreate function sys.optimizers () 
\n\treturns table (name string, def string, status string)\n\texternal name 
sql.optimizers;"   ]
-[ "sys",       "password_hash",        0,      "clob", "-- The contents of 
this file are subject to the MonetDB Public License\n-- Version 1.1 (the 
\"License\"); you may not use this file except in\n-- compliance with the 
License. You may obtain a copy of the License at\n-- 
http://www.monetdb.org/Legal/MonetDBLicense\n--\n-- Software distributed under 
the License is distributed on an \"AS IS\"\n-- basis, WITHOUT WARRANTY OF ANY 
KIND, either express or implied. See the\n-- License for the specific language 
governing rights and limitations\n-- under the License.\n--\n-- The Original 
Code is the MonetDB Database System.\n--\n-- The Initial Developer of the 
Original Code is CWI.\n-- Copyright August 2008-2013 MonetDB B.V.\n-- All 
Rights Reserved.\n\ncreate function password_hash (username string) \n\treturns 
string \n\texternal name sql.password;"        ]
+[ "sys",       "password_hash",        0,      "clob", "-- The contents of 
this file are subject to the MonetDB Public License\n-- Version 1.1 (the 
\"License\"); you may not use this file except in\n-- compliance with the 
License. You may obtain a copy of the License at\n-- 
http://www.monetdb.org/Legal/MonetDBLicense\n--\n-- Software distributed under 
the License is distributed on an \"AS IS\"\n-- basis, WITHOUT WARRANTY OF ANY 
KIND, either express or implied. See the\n-- License for the specific language 
governing rights and limitations\n-- under the License.\n--\n-- The Original 
Code is the MonetDB Database System.\n--\n-- The Initial Developer of the 
Original Code is CWI.\n-- Copyright August 2008-2013 MonetDB B.V.\n-- All 
Rights Reserved.\n\ncreate function sys.password_hash (username string) 
\n\treturns string \n\texternal name sql.password;"    ]
 [ "sys",       "password_hash",        1,      "clob", ""      ]
 [ "sys",       "pause",        0,      "int",  "-- operations to manipulate 
the state of havoc queries\ncreate procedure sys.pause(tag int)\nexternal name 
sql.sysmon_pause;"  ]
 [ "sys",       "pause",        0,      "bigint",       "create procedure 
sys.pause(tag bigint)\nexternal name sql.sysmon_pause;"       ]
@@ -277,6 +277,9 @@ Ready.
 [ "sys",       "setmasklen",   0,      "inet", "create function \"setmasklen\" 
(p inet, mask int) returns inet\n\texternal name inet.\"setmasklen\";"  ]
 [ "sys",       "setmasklen",   1,      "inet", ""      ]
 [ "sys",       "setmasklen",   2,      "int",  ""      ]
+[ "sys",       "settimeout",   0,      "bigint",       "-- control the query 
time out \ncreate procedure sys.settimeout(\"query\" bigint)\n\texternal name 
sql.settimeout;"    ]
+[ "sys",       "settimeout",   0,      "bigint",       "create procedure 
sys.settimeout(\"query\" bigint, \"session\" bigint)\n\texternal name 
sql.settimeout;"        ]
+[ "sys",       "settimeout",   1,      "bigint",       ""      ]
 [ "sys",       "shrink",       0,      "clob", "-- The contents of this file 
are subject to the MonetDB Public License\n-- Version 1.1 (the \"License\"); 
you may not use this file except in\n-- compliance with the License. You may 
obtain a copy of the License at\n-- 
http://www.monetdb.org/Legal/MonetDBLicense\n--\n-- Software distributed under 
the License is distributed on an \"AS IS\"\n-- basis, WITHOUT WARRANTY OF ANY 
KIND, either express or implied. See the\n-- License for the specific language 
governing rights and limitations\n-- under the License.\n--\n-- The Original 
Code is the MonetDB Database System.\n--\n-- The Initial Developer of the 
Original Code is CWI.\n-- Copyright August 2008-2013 MonetDB B.V.\n-- All 
Rights Reserved.\n\n-- Vacuum a relational table should be done with care.\n-- 
For, the oid's are used in join-indices.\n\n-- Vacuum of tables may improve IO 
performance and disk footprint.\n-- The foreign key constraints should be 
dropped before\n-- and re-established after the cluste
 r operation.\n\ncreate procedure shrink(sys string, tab string)\n\texternal 
name sql.shrink;"  ]
 [ "sys",       "shrink",       1,      "clob", ""      ]
 [ "sys",       "stddev_pop",   0,      "double",       "create aggregate 
stddev_pop(val tinyint) returns double\n\texternal name \"aggr\".\"stdevp\";" ]
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to