Changeset: 4727e0951b25 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4727e0951b25
Modified Files:
        clients/Tests/SQL-dump.stable.out
        clients/Tests/SQL-dump.stable.out.int128
        sql/test/Tests/systemfunctions.stable.out
        sql/test/Tests/systemfunctions.stable.out.int128
Branch: Jul2015
Log Message:

Approve changeset 635f891a98d8.


diffs (48 lines):

diff --git a/clients/Tests/SQL-dump.stable.out 
b/clients/Tests/SQL-dump.stable.out
--- a/clients/Tests/SQL-dump.stable.out
+++ b/clients/Tests/SQL-dump.stable.out
@@ -7047,7 +7047,7 @@ 5813      "stop"  "create procedure sys.stop(t
 5816   "pause" "create procedure sys.pause(tag bigint)\nexternal name 
sql.sysmon_pause;"       "sql"   1       2       true    false   false   2000
 5819   "resume"        "create procedure sys.resume(tag bigint)\nexternal name 
sql.sysmon_resume;"     "sql"   1       2       true    false   false   2000
 5822   "stop"  "create procedure sys.stop(tag bigint)\nexternal name 
sql.sysmon_stop;" "sql"   1       2       true    false   false   2000
-5825   "rejects"       "-- 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-- Portions created by CWI are 
Copyright (C) 1997-July 2008 CWI.\n-- Copyright August 2008-2014 MonetDB 
B.V.\n-- All Rights Reserved.\n\n-- COPY into reject management\n\ncreate 
function sys.rejects()\nreturns table(\n\trowid bigint,\n\tfldid 
int,\n\t""message"" string,\n\t""input"" string\n)\nexternal name 
sql.copy_rejects;"   "sql"   1       5       false   false   fa
 lse    2000
+5825   "rejects"       "-- This Source Code Form is subject to the terms of 
the Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not 
distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\n-- 
COPY into reject management\n\ncreate function sys.rejects()\nreturns 
table(\n\trowid bigint,\n\tfldid int,\n\t""message"" string,\n\t""input"" 
string\n)\nexternal name sql.copy_rejects;"        "sql"   1       5       
false   false   false   2000
 5837   "clearrejects"  "create procedure sys.clearrejects()\nexternal name 
sql.copy_rejects_clear;"    "sql"   1       2       true    false   false   2000
 5839   "stddev_samp"   "-- This Source Code Form is subject to the terms of 
the Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not 
distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\ncreate 
aggregate stddev_samp(val tinyint) returns double\n\texternal name 
""aggr"".""stdev"";"        "aggr"  1       3       false   false   false   2000
 5843   "stddev_samp"   "create aggregate stddev_samp(val smallint) returns 
double\n\texternal name ""aggr"".""stdev"";"        "aggr"  1       3       
false   false   false   2000
diff --git a/clients/Tests/SQL-dump.stable.out.int128 
b/clients/Tests/SQL-dump.stable.out.int128
--- a/clients/Tests/SQL-dump.stable.out.int128
+++ b/clients/Tests/SQL-dump.stable.out.int128
@@ -7727,7 +7727,7 @@ 6266      "stop"  "create procedure sys.stop(t
 6269   "pause" "create procedure sys.pause(tag bigint)\nexternal name 
sql.sysmon_pause;"       "sql"   1       2       true    false   false   2000
 6272   "resume"        "create procedure sys.resume(tag bigint)\nexternal name 
sql.sysmon_resume;"     "sql"   1       2       true    false   false   2000
 6275   "stop"  "create procedure sys.stop(tag bigint)\nexternal name 
sql.sysmon_stop;" "sql"   1       2       true    false   false   2000
-6278   "rejects"       "-- 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-- Portions created by CWI are 
Copyright (C) 1997-July 2008 CWI.\n-- Copyright August 2008-2014 MonetDB 
B.V.\n-- All Rights Reserved.\n\n-- COPY into reject management\n\ncreate 
function sys.rejects()\nreturns table(\n\trowid bigint,\n\tfldid 
int,\n\t""message"" string,\n\t""input"" string\n)\nexternal name 
sql.copy_rejects;"   "sql"   1       5       false   false   fa
 lse    2000
+6278   "rejects"       "-- This Source Code Form is subject to the terms of 
the Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not 
distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\n-- 
COPY into reject management\n\ncreate function sys.rejects()\nreturns 
table(\n\trowid bigint,\n\tfldid int,\n\t""message"" string,\n\t""input"" 
string\n)\nexternal name sql.copy_rejects;"        "sql"   1       5       
false   false   false   2000
 6290   "clearrejects"  "create procedure sys.clearrejects()\nexternal name 
sql.copy_rejects_clear;"    "sql"   1       2       true    false   false   2000
 6292   "stddev_samp"   "-- This Source Code Form is subject to the terms of 
the Mozilla Public\n-- License, v. 2.0.  If a copy of the MPL was not 
distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\ncreate 
aggregate stddev_samp(val tinyint) returns double\n\texternal name 
""aggr"".""stdev"";"        "aggr"  1       3       false   false   false   2000
 6296   "stddev_samp"   "create aggregate stddev_samp(val smallint) returns 
double\n\texternal name ""aggr"".""stdev"";"        "aggr"  1       3       
false   false   false   2000
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
@@ -607,7 +607,7 @@ Ready.
 [ "sys",       "queue",        7,      "clob", ""      ]
 [ "sys",       "radians",      0,      "double",       "create function 
radians(d double)\nreturns double\n\treturn d*pi()/180;"       ]
 [ "sys",       "radians",      1,      "double",       ""      ]
-[ "sys",       "rejects",      0,      "bigint",       "-- 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-- Portions created by CWI are Copyright (C) 1997-July 
2008 CWI.\n-- Copyright August 2008-2014 MonetDB B.V.\n-- All Rights 
Reserved.\n\n-- COPY into reject management\n\ncreate function 
sys.rejects()\nreturns table(\n\trowid bigint,\n\tfldid int,\n\t\"message\" 
string,\n\t\"input\" string\n)\nexternal name sql.copy_rejects;"   ]
+[ "sys",       "rejects",      0,      "bigint",       "-- This Source Code 
Form is subject to the terms of the Mozilla Public\n-- License, v. 2.0.  If a 
copy of the MPL was not distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\n-- 
COPY into reject management\n\ncreate function sys.rejects()\nreturns 
table(\n\trowid bigint,\n\tfldid int,\n\t\"message\" string,\n\t\"input\" 
string\n)\nexternal name sql.copy_rejects;"        ]
 [ "sys",       "rejects",      1,      "int",  ""      ]
 [ "sys",       "rejects",      2,      "clob", ""      ]
 [ "sys",       "rejects",      3,      "clob", ""      ]
diff --git a/sql/test/Tests/systemfunctions.stable.out.int128 
b/sql/test/Tests/systemfunctions.stable.out.int128
--- a/sql/test/Tests/systemfunctions.stable.out.int128
+++ b/sql/test/Tests/systemfunctions.stable.out.int128
@@ -628,7 +628,7 @@ Ready.
 [ "sys",       "queue",        7,      "clob", ""      ]
 [ "sys",       "radians",      0,      "double",       "create function 
radians(d double)\nreturns double\n\treturn d*pi()/180;"       ]
 [ "sys",       "radians",      1,      "double",       ""      ]
-[ "sys",       "rejects",      0,      "bigint",       "-- 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-- Portions created by CWI are Copyright (C) 1997-July 
2008 CWI.\n-- Copyright August 2008-2014 MonetDB B.V.\n-- All Rights 
Reserved.\n\n-- COPY into reject management\n\ncreate function 
sys.rejects()\nreturns table(\n\trowid bigint,\n\tfldid int,\n\t\"message\" 
string,\n\t\"input\" string\n)\nexternal name sql.copy_rejects;"   ]
+[ "sys",       "rejects",      0,      "bigint",       "-- This Source Code 
Form is subject to the terms of the Mozilla Public\n-- License, v. 2.0.  If a 
copy of the MPL was not distributed with this\n-- file, You can obtain one at 
http://mozilla.org/MPL/2.0/.\n--\n-- Copyright 2008-2015 MonetDB B.V.\n\n-- 
COPY into reject management\n\ncreate function sys.rejects()\nreturns 
table(\n\trowid bigint,\n\tfldid int,\n\t\"message\" string,\n\t\"input\" 
string\n)\nexternal name sql.copy_rejects;"        ]
 [ "sys",       "rejects",      1,      "int",  ""      ]
 [ "sys",       "rejects",      2,      "clob", ""      ]
 [ "sys",       "rejects",      3,      "clob", ""      ]
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to