Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9635/src/backends/monet5

Modified Files:
        sql.mx 
Log Message:
propagated changes of Tuesday Jan 13 2009
from the Nov2008 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/01/13 - nielsnes: src/backends/monet5/sql.mx,1.295.2.3
properly check for bats (use isaBatType instead of == TYPE_bat)
for mal variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- sql.mx      12 Jan 2009 20:04:50 -0000      1.313
+++ sql.mx      13 Jan 2009 14:12:21 -0000      1.314
@@ -1865,7 +1865,7 @@
        (void) cntxt;
        if (msg)
                return msg;
-       if (mtype == TYPE_bat) {
+       if (isaBatType(mtype)) {
                bat *order_bid = (bat *)getArgReference(stk, pci, 6);
                if ((order = BATdescriptor(*order_bid)) == NULL ) {
                                throw(SQL, "sql.resultSet", "Cannot access 
descriptor");


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to