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

Modified Files:
        mdb_starts_with_sql_debug_64.SF-1999354.sql 
Log Message:
propagated changes of Tuesday Jul 15 2008 - Thursday Jul 17 2008
from the SQL_2-24 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/07/15 - romulog:
        
src/test/BugTracker/Tests/mdb_starts_with_sql_debug_64.SF-1999354.sql,1.1.2.4
Remove the explain and trace to have a test to make the out output stable...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: mdb_starts_with_sql_debug_64.SF-1999354.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/mdb_starts_with_sql_debug_64.SF-1999354.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mdb_starts_with_sql_debug_64.SF-1999354.sql 26 Jun 2008 12:48:40 -0000      
1.3
+++ mdb_starts_with_sql_debug_64.SF-1999354.sql 17 Jul 2008 13:29:51 -0000      
1.4
@@ -44,10 +44,10 @@
 RETURN(t);
 END;
 
-explain SELECT f2(1,2,3);
+SELECT f2(1,2,3);
 --SELECT fIAUFromEq(p.ra,p."dec") FROM PhotoPrimary as p;
 
-TRACE SELECT f2(p.ra,8,p."dec") FROM t1 as p;
+SELECT f2(p.ra,8,p."dec") FROM t1 as p;
 
 drop function f2;
 drop table t1;


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to