List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:April 26 2007 8:33pm
Subject:bk commit into 5.1 tree (svoj:1.2487)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of svoj. When svoj 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-04-27 01:33:16+05:00, svoj@april.(none) +2 -0
  Merge svojtovich@stripped:/home/bk/mysql-5.1-build
  into  mysql.com:/home/svoj/devel/mysql/merge/mysql-5.1-engines
  MERGE: 1.2469.150.5

  sql/item_func.cc@stripped, 2007-04-27 01:33:08+05:00, svoj@april.(none) +0 -0
    Auto merged
    MERGE: 1.376.1.2

  sql/sql_table.cc@stripped, 2007-04-27 01:33:08+05:00, svoj@april.(none) +0 -0
    Auto merged
    MERGE: 1.399.4.4

# 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:	svoj
# Host:	april.(none)
# Root:	/home/svoj/devel/mysql/merge/mysql-5.1-engines/RESYNC

--- 1.379/sql/item_func.cc	2007-04-27 01:33:24 +05:00
+++ 1.380/sql/item_func.cc	2007-04-27 01:33:24 +05:00
@@ -4726,7 +4726,7 @@ bool Item_func_match::fix_index()
   for (keynr=0 ; keynr < table->s->keys ; keynr++)
   {
     if ((table->key_info[keynr].flags & HA_FULLTEXT) &&
-        (table->keys_in_use_for_query.is_set(keynr)))
+        (table->s->keys_in_use.is_set(keynr)))
     {
       ft_to_key[fts]=keynr;
       ft_cnt[fts]=0;
Thread
bk commit into 5.1 tree (svoj:1.2487)Sergey Vojtovich26 Apr