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.3452 05/09/01 09:55:01 paul@stripped +2 -0
news-5.0.xml:
Move incorrectly-placed changelog entry.
news-5.0.xml, news-4.1.xml:
Document bugfix. (Bug #12410)
Document bugfix. (Bug #12833)
Document bugfix. (Bug #11218)
Document bugfix. (Bug #12027)
news-5.0.xml:
Document bugfix. (Bug #12490)
Document bugfix. (Bug #11286)
refman-common/news-5.0.xml
1.131 05/09/01 09:53:00 paul@stripped +13 -13
Move incorrectly-placed changelog entry.
refman-common/news-5.0.xml
1.130 05/09/01 09:51:28 paul@stripped +13 -0
Document bugfix. (Bug #12410)
refman-common/news-4.1.xml
1.74 05/09/01 09:51:28 paul@stripped +13 -0
Document bugfix. (Bug #12410)
refman-common/news-5.0.xml
1.129 05/09/01 09:43:24 paul@stripped +9 -0
Document bugfix. (Bug #12833)
refman-common/news-4.1.xml
1.73 05/09/01 09:43:24 paul@stripped +9 -0
Document bugfix. (Bug #12833)
refman-common/news-5.0.xml
1.128 05/09/01 09:38:05 paul@stripped +7 -0
Document bugfix. (Bug #11218)
refman-common/news-4.1.xml
1.72 05/09/01 09:38:05 paul@stripped +7 -0
Document bugfix. (Bug #11218)
refman-common/news-5.0.xml
1.127 05/09/01 09:27:35 paul@stripped +9 -0
Document bugfix. (Bug #12027)
refman-common/news-4.1.xml
1.71 05/09/01 09:27:35 paul@stripped +9 -0
Document bugfix. (Bug #12027)
refman-common/news-5.0.xml
1.126 05/09/01 09:21:03 paul@stripped +10 -0
Document bugfix. (Bug #12490)
refman-common/news-5.0.xml
1.125 05/09/01 09:15:38 paul@stripped +8 -0
Document bugfix. (Bug #11286)
# 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.70/refman-common/news-4.1.xml 2005-08-31 21:18:47 -05:00
+++ 1.74/refman-common/news-4.1.xml 2005-09-01 09:51:28 -05:00
@@ -180,6 +180,19 @@
<listitem>
<para>
+ <literal>InnoDB</literal> was too permissive with
+ <literal>LOCK TABLE ... READ LOCAL</literal> and alowed new
+ inserts into the table. Now <literal>READ LOCAL</literal> is
+ equivalent to <literal>READ</literal> for
+ <literal>InnoDB</literal>. This will cause slightly more
+ locking in <command>mysqldump</command>, but makes
+ <literal>InnoDB</literal> table dumps consistent with
+ <literal>MyISAM</literal> table dumps. (Bug #12410)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <literal>have_innodb</literal> read-only system variable
could not be selected with <literal>SELECT
@@have_innodb</literal>. (Bug #9613)
@@ -196,6 +209,31 @@
<literal>MEMORY</literal> table because the
<literal>MEMORY</literal> storage engine does not support the
<literal>TEXT</literal> data types. (Bug #12537)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: Corrected the parsing of the
+ <literal>CLUSTERLOG</literal> command by
+ <command>ndb_mgm</command> to allow multiple items. (Bug
+ #12833)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: Improved error messages
+ related to filesystem issues. (Bug #11218)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: When a schema was detected to
+ be corrupt, <command>ndb</command> neglected to close it,
+ resulting in a <quote>file already open</quote> error if the
+ schema was opened again later. written. (Bug #12027)
</para>
</listitem>
--- 1.124/refman-common/news-5.0.xml 2005-08-31 21:18:47 -05:00
+++ 1.131/refman-common/news-5.0.xml 2005-09-01 09:53:00 -05:00
@@ -194,6 +194,37 @@
<listitem>
<para>
+ <literal>InnoDB</literal> was too permissive with
+ <literal>LOCK TABLE ... READ LOCAL</literal> and alowed new
+ inserts into the table. Now <literal>READ LOCAL</literal> is
+ equivalent to <literal>READ</literal> for
+ <literal>InnoDB</literal>. This will cause slightly more
+ locking in <command>mysqldump</command>, but makes
+ <literal>InnoDB</literal> table dumps consistent with
+ <literal>MyISAM</literal> table dumps. (Bug #12410)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Use of the <command>mysql</command> client
+ <literal>HELP</literal> command from within a stored routine
+ caused a <quote>packets out of order</quote> error and a lost
+ connection. Now <literal>HELP</literal> is detected and
+ disallowed within stored routines. (Bug #12490)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Use of yaSSL for a secure client connection caused
+ <literal>LOAD DATA LOCAL INFILE</literal> to fail. (Bug
+ #11286)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>SHOW CREATE PROCEDURE</literal> and <literal>SHOW
CREATE FUNCTION</literal> no longer qualify the routine name
with the database name, for consistency with the behavior of
@@ -420,6 +451,31 @@
<para>
<literal>SET GLOBAL TRANSACTION ISOLATION LEVEL</literal> was
not working. (Bug #11207)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: Corrected the parsing of the
+ <literal>CLUSTERLOG</literal> command by
+ <command>ndb_mgm</command> to allow multiple items. (Bug
+ #12833)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: Improved error messages
+ related to filesystem issues. (Bug #11218)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: When a schema was detected to
+ be corrupt, <command>ndb</command> neglected to close it,
+ resulting in a <quote>file already open</quote> error if the
+ schema was opened again later. written. (Bug #12027)
</para>
</listitem>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3452) | paul | 1 Sep |