Changeset: bcdf1a02747b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bcdf1a02747b Modified Files: sql/test/miscellaneous/Tests/simple_selects.test Branch: Jul2021 Log Message:
Leak fixed, drop the table diffs (12 lines): diff --git a/sql/test/miscellaneous/Tests/simple_selects.test b/sql/test/miscellaneous/Tests/simple_selects.test --- a/sql/test/miscellaneous/Tests/simple_selects.test +++ b/sql/test/miscellaneous/Tests/simple_selects.test @@ -831,6 +831,5 @@ alter table thisnamewontconflict drop co statement ok rollback -# when the leak gets fixed the table can be dropped -#statement ok -#drop table thisnamewontconflict +statement ok +drop table thisnamewontconflict _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
