Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23929

Modified Files:
      Tag: SQL_2-24
        schema_from_declared_table.SF-1983341.sql 
Log Message:
Improve test to cover another bug...

With one select the mserver does not crash; However, if I repeat the select 
again I get a crash:




U schema_from_declared_table.SF-1983341.sql
Index: schema_from_declared_table.SF-1983341.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/schema_from_declared_table.SF-1983341.sql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- schema_from_declared_table.SF-1983341.sql   3 Jun 2008 11:50:13 -0000       
1.1.2.1
+++ schema_from_declared_table.SF-1983341.sql   5 Jun 2008 13:40:00 -0000       
1.1.2.2
@@ -16,6 +16,7 @@
 END;
 
 select * from f1() n;
+select * from f1() n;
 
 drop function f1;
 drop table t1;


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to