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

Modified Files:
        create-viam.sql 
Log Message:
propagated changes of Wednesday Nov 11 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/11 - nielsnes: src/test/Via-m/create-viam.sql,1.2.2.1
  fixed test, we need to properly use return values (ie else mal optimizes
  the call away (even with side effect functions))
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: create-viam.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Via-m/create-viam.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- create-viam.sql     22 Sep 2009 08:42:10 -0000      1.2
+++ create-viam.sql     11 Nov 2009 09:32:24 -0000      1.3
@@ -747,7 +747,7 @@
                           width, 
                           height);
 
-    return 0;
+    return fileid;
 end;
 create function
 i_add_video_file_event(setname varchar(128), eventname varchar(256),
@@ -795,7 +795,7 @@
                           width, 
                           height);
 
-    return 0;
+    return fileid;
 end;
 create function
 i_add_video_set(ident integer, setname varchar(128))


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