Changeset: 4ac886af4280 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4ac886af4280 Modified Files: sql/test/miscellaneous/Tests/simple_selects.test Branch: Jan2022 Log Message:
There is still an issue with idxs on tmp tables diffs (21 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 @@ -914,6 +914,9 @@ statement ok CREATE INDEX ups ON tmp.x (x) statement ok +drop index tmp.ups + +statement ok drop table x statement ok @@ -932,4 +935,7 @@ statement ok CREATE INDEX ups ON tmp.x (x) statement ok +drop index tmp.ups + +statement ok drop table x _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
