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

Modified Files:
        sql_gencode.mx 
Log Message:
After Milena's change in MonetDB5 which created a variable
exportOperationRef, we can now use that variable.
This makes that sql compiles again.


U sql_gencode.mx
Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- sql_gencode.mx      7 Jan 2009 14:19:28 -0000       1.308
+++ sql_gencode.mx      14 Jan 2009 12:27:24 -0000      1.309
@@ -116,15 +116,13 @@
 @c
 static str exportValueRef;
 static str exportResultRef;
-static str exportOperationRef;
 
 void initSQLreferences(void){
        optimizerInit();
        exportValueRef = putName("exportValue",11);
        exportResultRef= putName("exportResult",12);
-       exportOperationRef= putName("exportOperation",15);
        if( algebraRef==NULL || exportValueRef==NULL ||
-               exportResultRef==NULL || exportOperationRef==NULL )
+               exportResultRef==NULL )
                        GDKfatal("error initSQLreferences");
 }
 


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