Update of /cvsroot/monetdb/sql/src/sql
In directory sc8-pr-cvs16:/tmp/cvs-serv15485

Modified Files:
        Makefile.ag 
Added Files:
        random.sql 
Log Message:
add interface to random functions rand and srand


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/src/sql/Makefile.ag,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.ag 4 Jan 2007 11:56:45 -0000       1.2
+++ Makefile.ag 13 May 2007 08:03:10 -0000      1.3
@@ -3,6 +3,7 @@
        EXT = sql
        DIR = datadir/MonetDB/sql
        SOURCES = \
-               bbp.sql stats.sql cache.sql math.sql mtime.sql url.sql \
+               bbp.sql stats.sql cache.sql math.sql random.sql \
+               mtime.sql url.sql \
                dependency_functions.sql ms_functions.sql
 }

--- NEW FILE: random.sql ---
create function rand() returns int external name mmath.rand;
create function srand( seed int ) returns int external name mmath.srand;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to