Update of /cvsroot/monetdb/sql/src/test/Via-m
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15499/src/test/Via-m

Modified Files:
        insert_file4.sql 
Log Message:
propagated changes of Monday Nov 16 2009 - Tuesday Nov 17 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/16 - stmane: src/test/Via-m/insert_file4.sql,1.1.2.1
  
  initialize variables to ensure deterministic behavior
  cf.,
  ID: 2893859 "SQL: various VIA-M tests fail"
  
https://sourceforge.net/tracker/?func=detail&aid=2893859&group_id=56967&atid=482468
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: insert_file4.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Via-m/insert_file4.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- insert_file4.sql    22 Sep 2009 09:12:32 -0000      1.1
+++ insert_file4.sql    17 Nov 2009 02:35:58 -0000      1.2
@@ -1,5 +1,7 @@
 declare id_file1 integer;
+set id_file1 = -1234567890;
 declare id_media1 integer;
+set id_media1 = -1234567890;
 
 set id_media1 = (select media_id
                  from   media


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to