Changeset: 715d870c8b35 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/715d870c8b35 Modified Files: sql/test/miscellaneous/Tests/simple_plans.test Branch: default Log Message:
Missed plan keyword diffs (12 lines): diff --git a/sql/test/miscellaneous/Tests/simple_plans.test b/sql/test/miscellaneous/Tests/simple_plans.test --- a/sql/test/miscellaneous/Tests/simple_plans.test +++ b/sql/test/miscellaneous/Tests/simple_plans.test @@ -686,7 +686,7 @@ SELECT sum((x + x) + 2) FROM (VALUES (1) 40 query T nosort -SELECT sum((x + x) + 2) FROM (VALUES (1),(2),(3),(4),(5)) x(x) +PLAN SELECT sum((x + x) + 2) FROM (VALUES (1),(2),(3),(4),(5)) x(x) ---- project ( | project ( _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
