Changeset: 224d513a0211 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/224d513a0211 Modified Files: sql/test/emptydb/Tests/check.stable.out Branch: Sep2022 Log Message:
Approve no-hge output. diffs (19 lines): diff --git a/sql/test/emptydb/Tests/check.stable.out b/sql/test/emptydb/Tests/check.stable.out --- a/sql/test/emptydb/Tests/check.stable.out +++ b/sql/test/emptydb/Tests/check.stable.out @@ -4098,6 +4098,7 @@ select 'null in value_partitions.value', [ "grant on table", "table_partitions", "public", "SELECT", NULL, 0 ] [ "grant on table", "table_types", "public", "SELECT", "monetdb", 0 ] [ "grant on table", "tables", "public", "SELECT", NULL, 0 ] +[ "grant on table", "tracelog", "public", "SELECT", "monetdb", 0 ] [ "grant on table", "triggers", "public", "SELECT", NULL, 0 ] [ "grant on table", "types", "public", "SELECT", NULL, 0 ] [ "grant on table", "user_role", "public", "SELECT", NULL, 0 ] @@ -4431,6 +4432,7 @@ select 'null in value_partitions.value', [ "grant on function", "sys", "text", "public", "EXECUTE", "monetdb", 0 ] [ "grant on function", "sys", "time_to_str", "public", "EXECUTE", "monetdb", 0 ] [ "grant on function", "sys", "timestamp_to_str", "public", "EXECUTE", "monetdb", 0 ] +[ "grant on function", "sys", "tracelog", "public", "EXECUTE", "monetdb", 0 ] [ "grant on function", "sys", "url_extract_host", "public", "EXECUTE", "monetdb", 0 ] [ "grant on function", "sys", "uuid", "public", "EXECUTE", "monetdb", 0 ] [ "grant on function", "sys", "uuid", "public", "EXECUTE", "monetdb", 0 ] _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
