Changeset: f0db97c5c8fd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f0db97c5c8fd Modified Files: sql/test/mergetables/Tests/sqlsmith-exists.stable.out Branch: default Log Message:
approved output diffs (40 lines): diff --git a/sql/test/mergetables/Tests/sqlsmith-exists.stable.out b/sql/test/mergetables/Tests/sqlsmith-exists.stable.out --- a/sql/test/mergetables/Tests/sqlsmith-exists.stable.out +++ b/sql/test/mergetables/Tests/sqlsmith-exists.stable.out @@ -164,6 +164,36 @@ stdout of test 'sqlsmith-exists` in dire % c0 # name % int # type % 1 # length +#select +# subq_1.c1 as c0, +# subq_1.c2 as c1, +# subq_1.c2 as c2 +#from +# (select +# subq_0.c9 as c0, +# subq_0.c7 as c1, +# subq_0.c3 as c2, +# subq_0.c6 as c3 +# from +# (select +# ref_0.depend_type as c0, +# ref_0.depend_type as c1, +# 87 as c2, +# ref_0.index_type as c3, +# ref_0.table_id as c4, +# ref_0.index_id as c5, +# ref_0.index_id as c6, +# ref_0.table_name as c7, +# ref_0.table_schema_id as c8, +# ref_0.table_schema_id as c9 +# from +# sys.dependency_tables_on_indexes as ref_0 +# where true) as subq_0 +# where subq_0.c8 is not null +% .subq_1, .subq_1, .subq_1 # table_name +% c0, c1, c2 # name +% varchar, int, int # type +% 0, 1, 1 # length #ROLLBACK; # 19:56:32 > _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
