Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5374/src/server
Modified Files:
bin_optimizer.mx
Log Message:
propagated changes of Monday Aug 03 2009 - Tuesday Aug 04 2009
from the Aug2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/03 - nielsnes: src/server/bin_optimizer.mx,1.19.2.1
solved bug in handling not (i)like
allow '*' in selection with other (constant) column expressions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: bin_optimizer.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/bin_optimizer.mx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- bin_optimizer.mx 1 Aug 2009 14:47:37 -0000 1.19
+++ bin_optimizer.mx 4 Aug 2009 07:24:17 -0000 1.20
@@ -190,7 +190,7 @@
if (select->type == st_select) {
if (select->flag == cmp_like || select->flag == cmp_notlike ||
- select->flag == cmp_ilike || select->flag ==
cmp_notilike)
+ select->flag == cmp_ilike || select->flag == cmp_notilike)
return stmt_likeselect(s, stmt_dup(select->op2.stval),
stmt_dup(select->op3.stval),
(comp_type)select->flag);
else
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins