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

Modified Files:
        insert_media4.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_media4.sql,1.2.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_media4.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Via-m/insert_media4.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- insert_media4.sql   22 Sep 2009 13:06:42 -0000      1.2
+++ insert_media4.sql   17 Nov 2009 02:36:31 -0000      1.3
@@ -1,8 +1,11 @@
 declare id_event1 integer;
+set id_event1 = -1234567890;
 
 declare id_media1 integer;
+set id_media1 = -1234567890;
 
 declare id_media_description1 integer;
+set id_media_description1 = -1234567890;
 
 set id_event1 = (select event_id from event where event_name = 'event 1');
 


------------------------------------------------------------------------------
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