List:Internals« Previous MessageNext Message »
From:jon Date:August 25 2005 1:19pm
Subject:bk commit - mysqldoc@docsrva tree (jon:1.3390)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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.3390 05/08/25 21:19:51 jon@stripped +3 -0
  Documenting bugfixes:
  
  Bug#6276/Bug#9978/Bug#10972
  Bug#12533
  Bug#12118 (Cluster)
  Bug#12220 (Cluster)
  Bug#12302
  Bug#12636
  Bug#12625
  
  Added new section to news-5.0.xml 
  (news-5-0-13), new title to titles.ent.

  refman-common/titles.ent
    1.20 05/08/25 21:19:50 jon@stripped +1 -0
    Added title for new news-5-0-13 section.

  refman-common/news-5.0.xml
    1.81 05/08/25 21:19:50 jon@stripped +81 -2
    Documenting bugfixes.

  refman-common/news-4.1.xml
    1.51 05/08/25 21:19:50 jon@stripped +24 -0
    Documenting bugfixes.

# 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:	jon
# Host:	gigan.
# Root:	/home/jon/bk/mysqldoc

--- 1.50/refman-common/news-4.1.xml	2005-08-25 05:01:58 +10:00
+++ 1.51/refman-common/news-4.1.xml	2005-08-25 21:19:50 +10:00
@@ -177,6 +177,30 @@
     </remark>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          A <literal>SELECT DISTINCT</literal> query with a constant 
+          value for one of the columns would return only a single row.          
+          (Bug #12625)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Users created using an IP address or other alias rather than a 
+          hostname listed in <filename>/etc/hosts</filename> could not 
+          set their own passwords. (Bug #12302)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: An <literal>ALTER 
+          TABLE</literal> command caused loss of data stored prior to 
+          the issuing of the command. (Bug #12118)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

--- 1.80/refman-common/news-5.0.xml	2005-08-25 04:22:41 +10:00
+++ 1.81/refman-common/news-5.0.xml	2005-08-25 21:19:50 +10:00
@@ -162,6 +162,51 @@
     For a full list of changes, please refer to the changelog sections
     for each individual 5.0.x release.
   </para>
+  
+  <section id="news-5-0-13">
+    
+    <title id="title-news-5-0-13">&title-news-5-0-13;</title>
+    
+    <para>
+      Functionality added or changed:
+    </para>
+    
+<!-- REPLACE WITH <itemizedlist> WHEN THERE ARE ITEMS FOR THIS LIST -->
+    
+    <para>
+      Bugs fixed:
+    </para>
+    
+    <itemizedlist>
+      
+      <listitem>
+        <para>
+          A query of the form <literal>SHOW TABLE STATUS FROM 
+          <replaceable>db_name</replaceable> WHERE name IN 
+          (<replaceable>select_query</replaceable>)</literal> would 
+          crash the server. (Bug #12636)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Users created using an IP address or other alias rather than a 
+          hostname listed in <filename>/etc/hosts</filename> could not 
+          set their own passwords. (Bug #12302)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Using <literal>DESCRIBE</literal> on a view after renaming a 
+          column in one of the view's base tables caused the server to 
+          crash. (Bug #12533)
+        </para>
+      </listitem>
+    
+    </itemizedlist>
+    
+  </section>
 
   <section id="news-5-0-12">
 
@@ -172,6 +217,21 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: An <literal>ALTER 
+          TABLE</literal> command caused loss of data stored prior to 
+          the issuing of the command. (Bug #12118)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Natural outer joins are now processed according to the 
+          SQL:2003 standard. (Bug #6276, Bug #9978, Bug #10972)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
@@ -255,11 +315,30 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          A <literal>SELECT DISTINCT</literal> query with a constant 
+          value for one of the columns would return only a single row.          
+          (Bug #12625)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Cluster failed to take 
+          character set data into account when recomputing hashes (and 
+          thus could not locate records for updating or deletion) 
+          following a configuration change and node restart. (Bug 
+          #12220)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
-          Wrong error message displayed when cluster management server
-          closes port when mysqld is connecting. (Bug #10950)
+          <literal>NDB Cluster</literal>: Wrong error message displayed 
+          when cluster management server closed port while 
+          <command>mysqld</command> was connecting. (Bug #10950)
         </para>
       </listitem>
 

--- 1.19/refman-common/titles.ent	2005-08-25 03:48:44 +10:00
+++ 1.20/refman-common/titles.ent	2005-08-25 21:19:50 +10:00
@@ -1110,6 +1110,7 @@
 <!ENTITY title-news-5-0-10 "Changes in release 5.0.10 (27 July 2005)">
 <!ENTITY title-news-5-0-11 "Changes in release 5.0.11 (06 Aug 2005)">
 <!ENTITY title-news-5-0-12 "Changes in release 5.0.12 (Not yet released)">
+<!ENTITY title-news-5-0-13 "Changes in release 5.0.13 (Not yet released)">
 <!ENTITY title-news-5-0-2 "Changes in release 5.0.2 (01 Dec 2004)">
 <!ENTITY title-news-5-0-3 "Changes in release 5.0.3 (23 Mar 2005: Beta)">
 <!ENTITY title-news-5-0-4 "Changes in release 5.0.4 (16 Apr 2005)">
Thread
bk commit - mysqldoc@docsrva tree (jon:1.3390)jon25 Aug