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

Modified Files:
        store.mx 
Log Message:
datacell extensions


Index: store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/store.mx,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- store.mx    10 Jan 2010 15:33:35 -0000      1.42
+++ store.mx    30 Jan 2010 12:33:26 -0000      1.43
@@ -565,6 +565,8 @@
        t->persistence = SQL_PERSIST; 
        if (t->commit_action)
                t->persistence = SQL_GLOBAL_TEMP;
+       if (isStream(t))
+               t->persistence = SQL_STREAM;
        t->cleared = 0;
 
        t->pkey = NULL;
@@ -3584,7 +3586,7 @@
        /* temps all belong to a special tmp schema and only views
           have a query */
        assert( (isTable(t) ||
-               (!isTempTable(t) || (strcmp(s->base.name, "tmp") == 0) || 
isDeclaredTable(t))) || (isView(t) && !sql));
+               (!isTempTable(t) || (strcmp(s->base.name, "tmp") == 0) || 
isDeclaredTable(t))) || (isView(t) && !sql) || isStream(t));
 
        t->query = sql ? _strdup(sql) : NULL;
        t->s = s;


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to