Changeset: 10efe11e1966 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/10efe11e1966 Modified Files: sql/test/emptydb/Tests/check.stable.out.32bit Branch: Sep2022 Log Message:
Approve 32 bit output. diffs (19 lines): diff --git a/sql/test/emptydb/Tests/check.stable.out.32bit b/sql/test/emptydb/Tests/check.stable.out.32bit --- a/sql/test/emptydb/Tests/check.stable.out.32bit +++ b/sql/test/emptydb/Tests/check.stable.out.32bit @@ -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]
