Changeset: 24010362acc9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=24010362acc9
Modified Files:
        sql/test/testdb-upgrade-chain-hge/Tests/upgrade.stable.out
        sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out
        sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out.int128
        sql/test/testdb-upgrade-hge/Tests/upgrade.stable.out
        sql/test/testdb-upgrade/Tests/upgrade.stable.out
        sql/test/testdb-upgrade/Tests/upgrade.stable.out.int128
Branch: Jun2016
Log Message:

Approve upgrade code.


diffs (222 lines):

diff --git a/sql/test/testdb-upgrade-chain-hge/Tests/upgrade.stable.out 
b/sql/test/testdb-upgrade-chain-hge/Tests/upgrade.stable.out
--- a/sql/test/testdb-upgrade-chain-hge/Tests/upgrade.stable.out
+++ b/sql/test/testdb-upgrade-chain-hge/Tests/upgrade.stable.out
@@ -24,6 +24,33 @@ stdout of test 'upgrade` in directory 's
 Ready.
 Running database upgrade commands:
 set schema "sys";
+grant execute on filter function "like"(string, string, string) to public;
+grant execute on filter function "ilike"(string, string, string) to public;
+grant execute on filter function "like"(string, string) to public;
+grant execute on filter function "ilike"(string, string) to public;
+grant execute on function degrees to public;
+grant execute on function radians to public;
+grant execute on procedure times to public;
+grant execute on function str_to_date to public;
+grant execute on function date_to_str to public;
+grant execute on function str_to_time to public;
+grant execute on function time_to_str to public;
+grant execute on function str_to_timestamp to public;
+grant execute on function timestamp_to_str to public;
+grant execute on function sys."epoch"(BIGINT) to public;
+grant execute on function sys."epoch"(INT) to public;
+grant execute on function sys."epoch"(TIMESTAMP) to public;
+grant execute on function sys."epoch"(TIMESTAMP WITH TIME ZONE) to public;
+grant execute on function MS_STUFF to public;
+grant execute on function MS_TRUNC to public;
+grant execute on function MS_ROUND to public;
+grant execute on function MS_STR to public;
+grant execute on function alpha to public;
+grant execute on function zorder_encode to public;
+grant execute on function zorder_decode_x to public;
+grant execute on function zorder_decode_y to public;
+grant execute on function rejects to public;
+grant execute on function md5 to public;
 create function sys."storage"( sname string)
 returns table (
     "schema" string,
diff --git a/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out 
b/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out
--- a/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out
+++ b/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out
@@ -21,6 +21,33 @@ stdout of test 'upgrade` in directory 's
 Ready.
 Running database upgrade commands:
 set schema "sys";
+grant execute on filter function "like"(string, string, string) to public;
+grant execute on filter function "ilike"(string, string, string) to public;
+grant execute on filter function "like"(string, string) to public;
+grant execute on filter function "ilike"(string, string) to public;
+grant execute on function degrees to public;
+grant execute on function radians to public;
+grant execute on procedure times to public;
+grant execute on function str_to_date to public;
+grant execute on function date_to_str to public;
+grant execute on function str_to_time to public;
+grant execute on function time_to_str to public;
+grant execute on function str_to_timestamp to public;
+grant execute on function timestamp_to_str to public;
+grant execute on function sys."epoch"(BIGINT) to public;
+grant execute on function sys."epoch"(INT) to public;
+grant execute on function sys."epoch"(TIMESTAMP) to public;
+grant execute on function sys."epoch"(TIMESTAMP WITH TIME ZONE) to public;
+grant execute on function MS_STUFF to public;
+grant execute on function MS_TRUNC to public;
+grant execute on function MS_ROUND to public;
+grant execute on function MS_STR to public;
+grant execute on function alpha to public;
+grant execute on function zorder_encode to public;
+grant execute on function zorder_decode_x to public;
+grant execute on function zorder_decode_y to public;
+grant execute on function rejects to public;
+grant execute on function md5 to public;
 create function sys."storage"( sname string)
 returns table (
     "schema" string,
diff --git a/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out.int128 
b/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out.int128
--- a/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out.int128
+++ b/sql/test/testdb-upgrade-chain/Tests/upgrade.stable.out.int128
@@ -66,6 +66,33 @@ set schema "testschema";
 
 Running database upgrade commands:
 set schema "sys";
+grant execute on filter function "like"(string, string, string) to public;
+grant execute on filter function "ilike"(string, string, string) to public;
+grant execute on filter function "like"(string, string) to public;
+grant execute on filter function "ilike"(string, string) to public;
+grant execute on function degrees to public;
+grant execute on function radians to public;
+grant execute on procedure times to public;
+grant execute on function str_to_date to public;
+grant execute on function date_to_str to public;
+grant execute on function str_to_time to public;
+grant execute on function time_to_str to public;
+grant execute on function str_to_timestamp to public;
+grant execute on function timestamp_to_str to public;
+grant execute on function sys."epoch"(BIGINT) to public;
+grant execute on function sys."epoch"(INT) to public;
+grant execute on function sys."epoch"(TIMESTAMP) to public;
+grant execute on function sys."epoch"(TIMESTAMP WITH TIME ZONE) to public;
+grant execute on function MS_STUFF to public;
+grant execute on function MS_TRUNC to public;
+grant execute on function MS_ROUND to public;
+grant execute on function MS_STR to public;
+grant execute on function alpha to public;
+grant execute on function zorder_encode to public;
+grant execute on function zorder_decode_x to public;
+grant execute on function zorder_decode_y to public;
+grant execute on function rejects to public;
+grant execute on function md5 to public;
 create function sys."storage"( sname string)
 returns table (
     "schema" string,
diff --git a/sql/test/testdb-upgrade-hge/Tests/upgrade.stable.out 
b/sql/test/testdb-upgrade-hge/Tests/upgrade.stable.out
--- a/sql/test/testdb-upgrade-hge/Tests/upgrade.stable.out
+++ b/sql/test/testdb-upgrade-hge/Tests/upgrade.stable.out
@@ -26,6 +26,33 @@ stdout of test 'upgrade` in directory 's
 Ready.
 Running database upgrade commands:
 set schema "sys";
+grant execute on filter function "like"(string, string, string) to public;
+grant execute on filter function "ilike"(string, string, string) to public;
+grant execute on filter function "like"(string, string) to public;
+grant execute on filter function "ilike"(string, string) to public;
+grant execute on function degrees to public;
+grant execute on function radians to public;
+grant execute on procedure times to public;
+grant execute on function str_to_date to public;
+grant execute on function date_to_str to public;
+grant execute on function str_to_time to public;
+grant execute on function time_to_str to public;
+grant execute on function str_to_timestamp to public;
+grant execute on function timestamp_to_str to public;
+grant execute on function sys."epoch"(BIGINT) to public;
+grant execute on function sys."epoch"(INT) to public;
+grant execute on function sys."epoch"(TIMESTAMP) to public;
+grant execute on function sys."epoch"(TIMESTAMP WITH TIME ZONE) to public;
+grant execute on function MS_STUFF to public;
+grant execute on function MS_TRUNC to public;
+grant execute on function MS_ROUND to public;
+grant execute on function MS_STR to public;
+grant execute on function alpha to public;
+grant execute on function zorder_encode to public;
+grant execute on function zorder_decode_x to public;
+grant execute on function zorder_decode_y to public;
+grant execute on function rejects to public;
+grant execute on function md5 to public;
 create function sys."storage"( sname string)
 returns table (
     "schema" string,
diff --git a/sql/test/testdb-upgrade/Tests/upgrade.stable.out 
b/sql/test/testdb-upgrade/Tests/upgrade.stable.out
--- a/sql/test/testdb-upgrade/Tests/upgrade.stable.out
+++ b/sql/test/testdb-upgrade/Tests/upgrade.stable.out
@@ -18,6 +18,33 @@ stdout of test 'upgrade` in directory 's
 Ready.
 Running database upgrade commands:
 set schema "sys";
+grant execute on filter function "like"(string, string, string) to public;
+grant execute on filter function "ilike"(string, string, string) to public;
+grant execute on filter function "like"(string, string) to public;
+grant execute on filter function "ilike"(string, string) to public;
+grant execute on function degrees to public;
+grant execute on function radians to public;
+grant execute on procedure times to public;
+grant execute on function str_to_date to public;
+grant execute on function date_to_str to public;
+grant execute on function str_to_time to public;
+grant execute on function time_to_str to public;
+grant execute on function str_to_timestamp to public;
+grant execute on function timestamp_to_str to public;
+grant execute on function sys."epoch"(BIGINT) to public;
+grant execute on function sys."epoch"(INT) to public;
+grant execute on function sys."epoch"(TIMESTAMP) to public;
+grant execute on function sys."epoch"(TIMESTAMP WITH TIME ZONE) to public;
+grant execute on function MS_STUFF to public;
+grant execute on function MS_TRUNC to public;
+grant execute on function MS_ROUND to public;
+grant execute on function MS_STR to public;
+grant execute on function alpha to public;
+grant execute on function zorder_encode to public;
+grant execute on function zorder_decode_x to public;
+grant execute on function zorder_decode_y to public;
+grant execute on function rejects to public;
+grant execute on function md5 to public;
 create function sys."storage"( sname string)
 returns table (
     "schema" string,
diff --git a/sql/test/testdb-upgrade/Tests/upgrade.stable.out.int128 
b/sql/test/testdb-upgrade/Tests/upgrade.stable.out.int128
--- a/sql/test/testdb-upgrade/Tests/upgrade.stable.out.int128
+++ b/sql/test/testdb-upgrade/Tests/upgrade.stable.out.int128
@@ -63,6 +63,33 @@ set schema "testschema";
 
 Running database upgrade commands:
 set schema "sys";
+grant execute on filter function "like"(string, string, string) to public;
+grant execute on filter function "ilike"(string, string, string) to public;
+grant execute on filter function "like"(string, string) to public;
+grant execute on filter function "ilike"(string, string) to public;
+grant execute on function degrees to public;
+grant execute on function radians to public;
+grant execute on procedure times to public;
+grant execute on function str_to_date to public;
+grant execute on function date_to_str to public;
+grant execute on function str_to_time to public;
+grant execute on function time_to_str to public;
+grant execute on function str_to_timestamp to public;
+grant execute on function timestamp_to_str to public;
+grant execute on function sys."epoch"(BIGINT) to public;
+grant execute on function sys."epoch"(INT) to public;
+grant execute on function sys."epoch"(TIMESTAMP) to public;
+grant execute on function sys."epoch"(TIMESTAMP WITH TIME ZONE) to public;
+grant execute on function MS_STUFF to public;
+grant execute on function MS_TRUNC to public;
+grant execute on function MS_ROUND to public;
+grant execute on function MS_STR to public;
+grant execute on function alpha to public;
+grant execute on function zorder_encode to public;
+grant execute on function zorder_decode_x to public;
+grant execute on function zorder_decode_y to public;
+grant execute on function rejects to public;
+grant execute on function md5 to public;
 create function sys."storage"( sname string)
 returns table (
     "schema" string,
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to