List:Internals« Previous MessageNext Message »
From:mhillyer Date:June 23 2005 10:07pm
Subject:bk commit - mysqldoc@docsrva tree (Mike.Hillyer:1.2867)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of root. When root 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2867 05/06/23 16:07:48 Mike.Hillyer@stripped +1 -0
  Minor bug description fix.

  refman/news.xml
    1.27 05/06/23 16:07:47 Mike.Hillyer@stripped +8 -6
    Minor bug description fix.

# 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:	Mike.Hillyer
# Host:	www.openwin.org
# Root:	/home/mysqldoc/mysqldoc

--- 1.26/refman/news.xml	2005-06-23 16:01:06 -06:00
+++ 1.27/refman/news.xml	2005-06-23 16:07:47 -06:00
@@ -448,9 +448,10 @@
     </para></listitem>
 
     <listitem><para>
-     Fixed hang/crash with Boolean full-text search against an unindexed
-     field for which the query contained more words than we allocated
-     space. (Bug #7858)
+     Fixed hang/crash with Boolean full-text search where a query
+     contained more query terms that one-third of the query length (it
+     could be achieved with truncation operator: 'a*b*c*d*'). (Bug
+     #7858)
     </para></listitem>
 
     <listitem><para>
@@ -4650,9 +4651,10 @@
     </para></listitem>
 
     <listitem><para>
-     Fixed hang/crash with Boolean full-text search against an unindexed
-     field for which the query contained more words than we allocated
-     space. (Bug #7858)
+     Fixed hang/crash with Boolean full-text search where a query
+     contained more query terms that one-third of the query length (it
+     could be achieved with truncation operator: 'a*b*c*d*'). (Bug
+     #7858)
     </para></listitem>
 
     <listitem><para>
Thread
bk commit - mysqldoc@docsrva tree (Mike.Hillyer:1.2867)mhillyer24 Jun