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

Modified Files:
      Tag: SQL_2-24
        mdb_starts_with_sql_debug_64.SF-1999354.sql 
Log Message:
Remove the explain and trace to have a test to make the out output stable...


U mdb_starts_with_sql_debug_64.SF-1999354.sql
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.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- mdb_starts_with_sql_debug_64.SF-1999354.sql 24 Jun 2008 11:42:46 -0000      
1.1.2.3
+++ mdb_starts_with_sql_debug_64.SF-1999354.sql 15 Jul 2008 11:14:36 -0000      
1.1.2.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