Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6724

Modified Files:
      Tag: SQL_2-22
        rel_optimizer.mx 
Log Message:
Backpropagated from HEAD:

revision 1.14
date: 2008/03/21 14:47:57;  author: mr-meltdown;  state: Exp;  lines: +6 -0
GCC 4.3.0 complains about these functions being defined but never used.
Niels should check if they can go...



U rel_optimizer.mx
Index: rel_optimizer.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_optimizer.mx,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- rel_optimizer.mx    27 Jan 2008 15:40:08 -0000      1.10
+++ rel_optimizer.mx    26 Mar 2008 13:39:59 -0000      1.10.2.1
@@ -233,6 +233,7 @@
        }
 }
 
+#if 0
 static void
 get_tables(mvc *sql, sql_rel *rel, list *tables) 
 {
@@ -259,6 +260,7 @@
                break;
        }
 }
+#endif
 
 static void
 cond_append( list *l, char *n)
@@ -833,6 +835,7 @@
        return rel;
 }
 
+#if 0
 static sql_exp *
 exp_remove_alias(sql_exp *e, list *exps) 
 {
@@ -880,6 +883,7 @@
        }
        return NULL;
 }
+#endif
 
 /*
 static sql_exp *
@@ -889,6 +893,7 @@
 }
 */
 
+#if 0
 /* push the expression down, ie translate colum references from relation f 
into expression of relation t */ 
 static sql_exp *
 exp_push_down(mvc *sql, sql_exp *e, sql_rel *f, sql_rel *t) 
@@ -952,6 +957,7 @@
        }
        return NULL;
 }
+#endif
 
 static sql_rel *
 rel_push_select_down(mvc *sql, sql_rel *rel) 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to