List:Internals« Previous MessageNext Message »
From:paul Date:September 8 2005 7:32pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3508)
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.3508 05/09/08 12:32:16 paul@stripped +3 -0
  news-5.0.xml:
    Document bugfix. (Bug #12308)
  news-5.0.xml, news-4.1.xml:
    Document bugfix. (Bug #4214)
  news-5.0.xml:
    Document bugfix. (Bug #12941)
    Beginning of entry for Bug #12953
  news-5.0.xml, news-4.1.xml, news-4.0.xml:
    Document bugfix. (Bug #12848)

  refman-common/news-5.0.xml
    1.148 05/09/08 12:19:52 paul@stripped +8 -0
    Document bugfix. (Bug #12308)

  refman-common/news-5.0.xml
    1.147 05/09/08 12:08:45 paul@stripped +8 -0
    Document bugfix. (Bug #4214)

  refman-common/news-4.1.xml
    1.83 05/09/08 12:08:45 paul@stripped +8 -0
    Document bugfix. (Bug #4214)

  refman-common/news-5.0.xml
    1.146 05/09/08 11:58:17 paul@stripped +7 -0
    Document bugfix. (Bug #12941)

  refman-common/news-5.0.xml
    1.145 05/09/08 11:51:50 paul@stripped +16 -0
    Beginning of entry for Bug #12953

  refman-common/news-5.0.xml
    1.144 05/09/08 11:37:33 paul@stripped +7 -0
    Document bugfix. (Bug #12848)

  refman-common/news-4.1.xml
    1.82 05/09/08 11:37:33 paul@stripped +7 -0
    Document bugfix. (Bug #12848)

  refman-common/news-4.0.xml
    1.28 05/09/08 11:37:33 paul@stripped +35 -0
    Document bugfix. (Bug #12848)

# 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:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.27/refman-common/news-4.0.xml	2005-09-06 16:15:58 -05:00
+++ 1.28/refman-common/news-4.0.xml	2005-09-08 11:37:33 -05:00
@@ -126,6 +126,41 @@
     for each individual 4.0.x release.
   </para>
 
+  <section id="news-4-0-27">
+
+    <title id="title-news-4-0-27">&title-news-4-0-27;</title>
+
+    <remark role="note">
+      References to bug numbers should be written after the sentence
+      describing the bugfix, like this: This sentence describes the fix.
+      (Bug #nnnn) It is not necessary to to state that the bug was
+      fixed, since "Bugs fixed" already implies this. Use the past tense
+      in describing the bug.
+    </remark>
+
+    <para>
+      Functionality added or changed:
+    </para>
+
+<!-- REPLACE WITH <itemizedlist> WHEN THERE ARE ITEMS FOR THIS LIST -->
+
+    <para>
+      Bugs fixed:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          The server crashed when one thread resized the query cache
+          while another thread was using it. (Bug #12848)
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
   <section id="news-4-0-26">
 
     <title id="title-news-4-0-26">&title-news-4-0-26;</title>

--- 1.81/refman-common/news-4.1.xml	2005-09-07 10:48:29 -05:00
+++ 1.83/refman-common/news-4.1.xml	2005-09-08 12:08:45 -05:00
@@ -180,6 +180,21 @@
 
       <listitem>
         <para>
+          <command>myisampack</command> did not properly pack
+          <literal>BLOB</literal> values larger than
+          2<superscript>24</superscript> bytes. (Bug #4214)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The server crashed when one thread resized the query cache
+          while another thread was using it. (Bug #12848)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <command>mysqld_multi</command> now quotes arguments on
           command lines that it constructs to avoid problems with
           arguments that contain shell metacharacters. (Bug #11280)

--- 1.143/refman-common/news-5.0.xml	2005-09-07 16:53:09 -05:00
+++ 1.148/refman-common/news-5.0.xml	2005-09-08 12:19:52 -05:00
@@ -173,6 +173,22 @@
 
     <itemizedlist>
 
+<!--
+First whack at Bug#12953 entry. Still need info:
+- Is it just OPTIMIZE TABLE, or are other statements such as ANALYZE
+  prohibited as well?
+- Where does the prohibition apply? Procedures? Functions? Triggers?
+Note: After the information is supplied, fix this entry, uncomment it,
+and add an item in the restrictions appendix.
+
+      <listitem>
+        <para>
+          <literal>OPTIMIZE TABLE</literal> now is prohibited in stored
+          procedures. (Bug #12953)
+        </para>
+      </listitem>
+-->
+
       <listitem>
         <para>
           <literal>InnoDB</literal>: The <literal>TRUNCATE
@@ -204,6 +220,36 @@
     </para>
 
     <itemizedlist>
+
+      <listitem>
+        <para>
+          A lock wait timeout caused <literal>InnoDB</literal> to roll
+          back the entire current transaction. Now it rolls back only
+          the most recent SQL statement. (Bug #12308)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <command>myisampack</command> did not properly pack
+          <literal>BLOB</literal> values larger than
+          2<superscript>24</superscript> bytes. (Bug #4214)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Incorrect results could be returned from a view processed
+          using a temporary table. (Bug #12941)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The server crashed when one thread resized the query cache
+          while another thread was using it. (Bug #12848)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3508)paul8 Sep