Update of /cvsroot/monetdb/sql/src/server
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv29548
Modified Files:
rel_optimizer.mx
Log Message:
Fix compilation on Darwin.
/Volumes/scratch/monet/monetdb-buildbot/slave-x86_64/x86_64-macosxleopard/build/
sources/sql/src/server/rel_optimizer.mx:1697: warning:
'rel_project_cse' defined but not used
Index: rel_optimizer.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_optimizer.mx,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- rel_optimizer.mx 26 Apr 2010 19:27:30 -0000 1.85
+++ rel_optimizer.mx 28 Apr 2010 16:55:04 -0000 1.86
@@ -1692,6 +1692,10 @@
return rel;
}
+#if 0
+/Volumes/scratch/monet/monetdb-buildbot/slave-x86_64/x86_64-macosxleopard/build/
+sources/sql/src/server/rel_optimizer.mx:1697: warning: 'rel_project_cse'
defined
+but not used
static sql_rel *
rel_project_cse(int *changes, mvc *sql, sql_rel *rel)
{
@@ -1719,6 +1723,7 @@
}
return rel;
}
+#endif
static list *
exps_merge_rse( list *l, list *r )
------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins