Changeset: 3fa2f79f6668 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3fa2f79f6668
Modified Files:
        
sql/test/BugTracker-2009/Tests/error_while_drop_func_returns_table_type.SF-2604573.sql
Branch: default
Log Message:

error_while_drop_func_returns_table_type.SF-2604573: use transaction to avoid 
remains after crash/timeout
(as on 32-bit systems)


diffs (9 lines):

diff --git 
a/sql/test/BugTracker-2009/Tests/error_while_drop_func_returns_table_type.SF-2604573.sql
 
b/sql/test/BugTracker-2009/Tests/error_while_drop_func_returns_table_type.SF-2604573.sql
--- 
a/sql/test/BugTracker-2009/Tests/error_while_drop_func_returns_table_type.SF-2604573.sql
+++ 
b/sql/test/BugTracker-2009/Tests/error_while_drop_func_returns_table_type.SF-2604573.sql
@@ -1,3 +1,5 @@
+start transaction;
+
 create function test_002() returns table(i int)
 begin
 declare table tbl(i int);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to