List:Internals« Previous MessageNext Message »
From:paul Date:September 4 2005 3:14am
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3474)
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.3474 05/09/03 22:14:54 paul@stripped +2 -0
  news-5.0.xml:
    Document bugfix. (Bug #9048)
  news-5.0.xml, news-4.1.xml:
    Document bugfix. (Bug #11280)
  news-5.0.xml:
    Document bugfix. (Bug #12947)
  news-4.1.xml:
    Document bugfix. (Bug #12542)
  news-5.0.xml, news-4.1.xml:
    Document bugfix. (Bug #12423)

  refman-common/news-5.0.xml
    1.140 05/09/03 22:10:37 paul@stripped +7 -0
    Document bugfix. (Bug #9048)

  refman-common/news-5.0.xml
    1.139 05/09/03 22:07:19 paul@stripped +8 -0
    Document bugfix. (Bug #11280)

  refman-common/news-4.1.xml
    1.79 05/09/03 22:07:18 paul@stripped +8 -0
    Document bugfix. (Bug #11280)

  refman-common/news-5.0.xml
    1.138 05/09/03 22:03:33 paul@stripped +8 -0
    Document bugfix. (Bug #12947)

  refman-common/news-4.1.xml
    1.78 05/09/03 21:58:48 paul@stripped +9 -0
    Document bugfix. (Bug #12542)

  refman-common/news-5.0.xml
    1.137 05/09/03 21:55:04 paul@stripped +10 -0
    Document bugfix. (Bug #12423)

  refman-common/news-4.1.xml
    1.77 05/09/03 21:55:04 paul@stripped +10 -0
    Document bugfix. (Bug #12423)

# 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:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.76/refman-common/news-4.1.xml	2005-09-03 12:10:08 -05:00
+++ 1.79/refman-common/news-4.1.xml	2005-09-03 22:07:18 -05:00
@@ -180,6 +180,33 @@
 
       <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)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          When any <option>--replicate-wild-* option</option> is used,
+          the slave ignores <literal>SET ONE_SHOT TIME_ZONE</literal>
+          statements as belonging to a non-replicated table. (Bug
+          #12542)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Deadlock occurred when several account management statements
+          were run (particularly between <literal>FLUSH
+          PRIVILEGES</literal>/<literal>SET PASSWORD</literal> and
+          <literal>GRANT</literal>/<literal>REVOKE</literal>
+          statements). (Bug #12423)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           On Windows, the server was preventing tables from being
           created if the table name was a prefix of a forbidden name.
           For example, <literal>nul</literal> is a forbidden name

--- 1.136/refman-common/news-5.0.xml	2005-09-02 12:29:24 -05:00
+++ 1.140/refman-common/news-5.0.xml	2005-09-03 22:10:37 -05:00
@@ -207,6 +207,32 @@
 
       <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)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>InnoDB</literal>: A consistent read could return
+          inconsistent results due to a bug introduced in MySQL 5.0.5.
+          (Bug #12947)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Deadlock occurred when several account management statements
+          were run (particularly between <literal>FLUSH
+          PRIVILEGES</literal>/<literal>SET PASSWORD</literal> and
+          <literal>GRANT</literal>/<literal>REVOKE</literal>
+          statements). (Bug #12423)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The Windows installer made a change to one of the
           <literal>mysql.proc</literal> table files, causing stored
           routine functionality to be compromised. The Windows installer
@@ -531,6 +557,13 @@
     </para>
 
     <itemizedlist>
+
+      <listitem>
+        <para>
+          A data type of <literal>CHAR BINARY</literal> was not
+          recognized as valid for stored routine parameters. (Bug #9048)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3474)paul4 Sep