Changeset: c505b71e06ed for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c505b71e06ed
Modified Files:
        sql/test/miscellaneous/Tests/simple_selects.test
Branch: Jan2022
Log Message:

Run alter statement on different transaction


diffs (18 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
@@ -899,13 +899,10 @@ statement ok
 drop function dosomething
 
 statement ok
-start transaction
-
-statement ok
 create global temp table x(x int, y int)
 
 statement ok
 CREATE INDEX ups ON tmp.x (x)
 
 statement ok
-rollback
+drop table x
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to