Changeset: a951d93b7b68 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a951d93b7b68 Modified Files: sql/test/BugTracker-2017/Tests/drop_system_schema.Bug-6437.stable.err sql/test/BugTracker-2017/Tests/statistics_nils_not_eq_zero.Bug-6331.stable.out sql/test/BugTracker-2017/Tests/table_returning_with.Bug-6444.stable.err Branch: default Log Message:
Approve outputs diffs (123 lines): diff --git a/sql/test/BugTracker-2017/Tests/drop_system_schema.Bug-6437.stable.err b/sql/test/BugTracker-2017/Tests/drop_system_schema.Bug-6437.stable.err --- a/sql/test/BugTracker-2017/Tests/drop_system_schema.Bug-6437.stable.err +++ b/sql/test/BugTracker-2017/Tests/drop_system_schema.Bug-6437.stable.err @@ -30,30 +30,39 @@ stderr of test 'drop_system_schema.Bug-6 MAPI = (monetdb) /var/tmp/mtest-25647/.s.monetdb.36212 QUERY = drop schema profiler; ERROR = !DROP SCHEMA: cannot drop current schema +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-25647/.s.monetdb.36212 QUERY = drop schema profiler restrict; ERROR = !DROP SCHEMA: access denied for 'profiler' +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-25647/.s.monetdb.36212 QUERY = drop schema json restrict; ERROR = !DROP SCHEMA: access denied for 'json' +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-25647/.s.monetdb.36212 QUERY = drop schema tmp restrict; ERROR = !DROP SCHEMA: access denied for 'tmp' +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-25647/.s.monetdb.36212 QUERY = drop schema sys restrict; ERROR = !DROP SCHEMA: access denied for 'sys' +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-8455/.s.monetdb.31322 QUERY = drop schema profiler cascade; ERROR = !DROP SCHEMA: access denied for 'profiler' +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-8455/.s.monetdb.31322 QUERY = drop schema json cascade; ERROR = !DROP SCHEMA: access denied for 'json' +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-8455/.s.monetdb.31322 QUERY = drop schema tmp cascade; ERROR = !DROP SCHEMA: access denied for 'tmp' +CODE = 42000 MAPI = (monetdb) /var/tmp/mtest-8455/.s.monetdb.31322 QUERY = drop schema sys cascade; ERROR = !DROP SCHEMA: access denied for 'sys' +CODE = 42000 # 13:50:35 > # 13:50:35 > "Done." diff --git a/sql/test/BugTracker-2017/Tests/statistics_nils_not_eq_zero.Bug-6331.stable.out b/sql/test/BugTracker-2017/Tests/statistics_nils_not_eq_zero.Bug-6331.stable.out --- a/sql/test/BugTracker-2017/Tests/statistics_nils_not_eq_zero.Bug-6331.stable.out +++ b/sql/test/BugTracker-2017/Tests/statistics_nils_not_eq_zero.Bug-6331.stable.out @@ -77,55 +77,55 @@ Ready. % L3 # name % bigint # type % 1 # length -[ 3 ] +[ 6 ] #SELECT count(*) FROM sys.statistics WHERE nils <> 0 AND (minval = 'nil' OR maxval = 'nil'); % sys.L4 # table_name % L3 # name % bigint # type % 1 # length -[ 2 ] +[ 5 ] #SELECT count(*) FROM sys.statistics WHERE count > 0 AND (minval = 'nil' OR maxval = 'nil'); % sys.L4 # table_name % L3 # name % bigint # type % 1 # length -[ 2 ] +[ 5 ] #SELECT count(*) FROM sys.statistics WHERE nils <> 0; % sys.L4 # table_name % L3 # name % bigint # type % 1 # length -[ 3 ] +[ 6 ] #SELECT count(*) FROM sys.statistics WHERE nils <> 0 AND (minval = 'nil' OR maxval = 'nil'); % sys.L4 # table_name % L3 # name % bigint # type % 1 # length -[ 2 ] +[ 5 ] #SELECT count(*) FROM sys.statistics WHERE count > 0 AND (minval = 'nil' OR maxval = 'nil'); % sys.L4 # table_name % L3 # name % bigint # type % 1 # length -[ 2 ] +[ 5 ] #SELECT count(*) FROM sys.statistics WHERE nils <> 0; % sys.L4 # table_name % L3 # name % bigint # type % 1 # length -[ 3 ] +[ 6 ] #SELECT count(*) FROM sys.statistics WHERE nils <> 0 AND (minval = 'nil' OR maxval = 'nil'); % sys.L4 # table_name % L3 # name % bigint # type % 1 # length -[ 2 ] +[ 5 ] #SELECT count(*) FROM sys.statistics WHERE count > 0 AND (minval = 'nil' OR maxval = 'nil'); % sys.L4 # table_name % L3 # name % bigint # type % 1 # length -[ 2 ] +[ 5 ] # 13:40:17 > # 13:40:17 > "Done." diff --git a/sql/test/BugTracker-2017/Tests/table_returning_with.Bug-6444.stable.err b/sql/test/BugTracker-2017/Tests/table_returning_with.Bug-6444.stable.err --- a/sql/test/BugTracker-2017/Tests/table_returning_with.Bug-6444.stable.err +++ b/sql/test/BugTracker-2017/Tests/table_returning_with.Bug-6444.stable.err @@ -39,7 +39,7 @@ ERROR = !SELECT: no such column 'test_ta CODE = 42S22 MAPI = (monetdb) /var/tmp/mtest-83731/.s.monetdb.39208 QUERY = SELECT * FROM results_table; -ERROR = !current transaction is aborted (please ROLLBACK) +ERROR = !Current transaction is aborted (please ROLLBACK) CODE = 25005 # 15:36:01 > _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
