Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2479/src/backends/monet5

Modified Files:
        sql.mx sql_gencode.mx 
Log Message:
missing single function and gencode st_single


Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -d -r1.355 -r1.356
--- sql_gencode.mx      7 Feb 2010 17:22:05 -0000       1.355
+++ sql_gencode.mx      10 Feb 2010 22:40:11 -0000      1.356
@@ -609,6 +609,7 @@
                        }
                        s->nr = getDestVar(q);
                } break;
+               case st_single:
                case st_temp:{
                        int ht = TYPE_oid;
                        int tt = s->op4.typeval.type->localtype;

Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -d -r1.391 -r1.392
--- sql.mx      7 Feb 2010 17:22:00 -0000       1.391
+++ sql.mx      10 Feb 2010 22:40:03 -0000      1.392
@@ -265,6 +265,12 @@
 comment "Import a table from bstream s with the 
        given tuple and seperators (sep/rsep)";
 
+function single(x:any_1):bat[:void,:any_1];
+       b := bat.new(oid:0,x);
+       c := bat.append(b, x);
+       return c;
+end single;
+
 function copy_from(
        sname:str,
        tname:str,


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to