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

Modified Files:
      Tag: SQL_2-24
        sql_optimize.mx 
Log Message:
used wrong hash function (gave problems on optimized multi column selects)


U sql_optimize.mx
Index: sql_optimize.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_optimize.mx,v
retrieving revision 1.92.2.1
retrieving revision 1.92.2.2
diff -u -d -r1.92.2.1 -r1.92.2.2
--- sql_optimize.mx     17 Jun 2008 08:37:29 -0000      1.92.2.1
+++ sql_optimize.mx     22 Jun 2008 13:45:36 -0000      1.92.2.2
@@ -963,10 +963,7 @@
        return stmt_push_down_tail(stmt_dup(j), stmt_dup(sel));
 }
 
-#define sSTMT_BAT(type) (type == st_bat || type == st_idxbat)
-int STMT_BAT(int type ) {
-       return sSTMT_BAT(type);
-}
+#define STMT_BAT(type) (type == st_bat)
 
 static sql_idx *
 find_fk_index(list * eqjoins, int tail, list **fkjoins)


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to