List:Internals« Previous MessageNext Message »
From:paul Date:September 17 2005 12:52pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3585)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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.3585 05/09/17 07:52:15 paul@stripped +1 -0
  news-5.0.xml:
    Document bugfix. (Bug #12943)
    Reword existing bugfix note.

  refman-common/news-5.0.xml
    1.206 05/09/17 07:49:55 paul@stripped +14 -4
    Document bugfix. (Bug #12943)

# 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:	paul
# Host:	frost.snake.net
# Root:	/Users/paul/bk/mysqldoc

--- 1.205/refman-common/news-5.0.xml	2005-09-16 21:29:27 -05:00
+++ 1.206/refman-common/news-5.0.xml	2005-09-17 07:49:55 -05:00
@@ -189,10 +189,10 @@
 
       <listitem>
         <para>
-          If, while processing a join, the server switched from
-          sequentially scanning a table for early passes to using an
-          index for a later pass, incorrect scan initialization could
-          result in an error or server crash. (Bug #12291)
+          For queries for which the optimizer determined a join type of
+          <quote>Range checked for each record</quote> (as shown by
+          <literal>EXPLAIN</literal>, the query sometimes could cause a
+          server crash, depending on the data distribution. (Bug #12291)
         </para>
       </listitem>
 
@@ -332,6 +332,16 @@
     </para>
 
     <itemizedlist>
+
+      <listitem>
+        <para>
+          Incorrect implicit nesting of joins caused the parser to fail
+          on queries of the form <literal>SELECT ... FROM t1 JOIN t2
+          JOIN t3 ON t1.t1col = t3.t3col</literal> with an
+          <literal>Unknown column 't1.t1col' in 'on clause'</literal>
+          error. (Bug #12943)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3585)paul17 Sep