List:Commits« Previous MessageNext Message »
From:Lars Thalmann Date:February 24 2007 11:36am
Subject:bk commit into 4.1 tree (lars:1.2601)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of lthalmann. When lthalmann does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-02-24 11:36:15+01:00, lars@stripped +1 -0
  Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-4.1-rpl
  into  mysql.com:/nfsdisk1/lars/MERGE/mysql-4.1-merge
  MERGE: 1.2594.1.7

  sql/item_func.cc@stripped, 2007-02-24 11:36:12+01:00, lars@stripped +0 -0
    Auto merged
    MERGE: 1.269.1.1

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	lars
# Host:	dl145h.mysql.com
# Root:	/nfsdisk1/lars/MERGE/mysql-4.1-merge/RESYNC

--- 1.270/sql/item_func.cc	2007-02-24 11:36:19 +01:00
+++ 1.271/sql/item_func.cc	2007-02-24 11:36:19 +01:00
@@ -3248,7 +3248,7 @@ double Item_func_match::val()
   if (ft_handler == NULL)
     DBUG_RETURN(-1.0);
 
-  if (table->null_row) /* NULL row from an outer join */
+  if (key != NO_SUCH_KEY && table->null_row) /* NULL row from an outer join */
     return 0.0;
 
   if (join_key)
Thread
bk commit into 4.1 tree (lars:1.2601)Lars Thalmann24 Feb