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.3449 05/08/31 19:52:04 paul@stripped +2 -0
news-5.0.xml:
Document bugfix. (Bug #5501)
Document bugfix. (Bug #12720)
Document bugfix. (Bug #12705)
Document bugfix. (Bug #12207)
Document bugfix. (Bug #12489)
news-5.0.xml, news-4.1.xml:
Document bugfix. (Bug #12043)
Document bugfix. (Bug #11816)
news-5.0.xml:
Document bugfix. (Bug #11680)
Document bugfix. (Bug #11523)
news-5.0.xml, news-4.1.xml:
Document bugfix. (Bug #11493)
refman-common/news-5.0.xml
1.118 05/08/31 19:51:02 paul@stripped +9 -0
Document bugfix. (Bug #5501)
refman-common/news-5.0.xml
1.117 05/08/31 19:47:46 paul@stripped +8 -0
Document bugfix. (Bug #12720)
refman-common/news-5.0.xml
1.116 05/08/31 19:44:31 paul@stripped +8 -0
Document bugfix. (Bug #12705)
refman-common/news-5.0.xml
1.115 05/08/31 19:42:42 paul@stripped +9 -0
Document bugfix. (Bug #12207)
refman-common/news-5.0.xml
1.114 05/08/31 19:33:39 paul@stripped +7 -0
Document bugfix. (Bug #12489)
refman-common/news-5.0.xml
1.113 05/08/31 19:30:35 paul@stripped +8 -0
Document bugfix. (Bug #12043)
refman-common/news-4.1.xml
1.64 05/08/31 19:30:35 paul@stripped +8 -0
Document bugfix. (Bug #12043)
refman-common/news-5.0.xml
1.112 05/08/31 19:24:50 paul@stripped +8 -0
Document bugfix. (Bug #11816)
refman-common/news-4.1.xml
1.63 05/08/31 19:24:49 paul@stripped +8 -0
Document bugfix. (Bug #11816)
refman-common/news-5.0.xml
1.111 05/08/31 19:20:51 paul@stripped +8 -0
Document bugfix. (Bug #11680)
refman-common/news-5.0.xml
1.110 05/08/31 19:13:12 paul@stripped +10 -0
Document bugfix. (Bug #11523)
refman-common/news-5.0.xml
1.109 05/08/31 19:09:37 paul@stripped +9 -0
Document bugfix. (Bug #11493)
refman-common/news-4.1.xml
1.62 05/08/31 19:09:37 paul@stripped +9 -0
Document bugfix. (Bug #11493)
# 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.61/refman-common/news-4.1.xml 2005-08-31 14:55:20 -05:00
+++ 1.64/refman-common/news-4.1.xml 2005-08-31 19:30:35 -05:00
@@ -180,6 +180,31 @@
<listitem>
<para>
+ <literal>NDB Cluster</literal>: Bad values in
+ <filename>config.ini</filename> caused
+ <command>ndb_mdmd</command> to crash. (Bug #12043)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>TRUNCATE TABLE</literal> did not work with
+ <literal>TEMPORARY</literal> <literal>InnoDB</literal>
tables.
+ (Bug #11816)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>ALTER TABLE <replaceable>db_name.t</replaceable>
+ RENAME <replaceable>t</replaceable></literal> did not move
the
+ table to default database unless the new name was qualified
+ with the database name. (Bug #11493)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Spatial index corruption could occur during updates. (Bug
#9645)
</para>
--- 1.108/refman-common/news-5.0.xml 2005-08-31 15:09:57 -05:00
+++ 1.118/refman-common/news-5.0.xml 2005-08-31 19:51:02 -05:00
@@ -194,6 +194,15 @@
<listitem>
<para>
+ <literal>ALTER TABLE ... DISCARD TABLESPACE</literal> for a
+ <literal>MyISAM</literal> table caused the client to lose the
+ connection. (The server was not returning the error properly.)
+ (Bug #12207)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>DO IFNULL(NULL, NULL)</literal> and <literal>SELECT
CAST(IFNULL(NULL, NULL) AS DECIMAL)</literal> caused a server
crash. (Bug #12841)
@@ -250,6 +259,15 @@
<listitem>
<para>
+ <literal>SHOW TABLE STATUS</literal> for a view now shows
+ <literal>VIEW</literal> in uppercase, consistent with
+ <literal>SHOW TABLES</literal> and
+ <literal>INFORMATION_SCHEMA</literal>. (Bug #5501)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
An optimizer estimate of zero rows for a non-empty
<literal>InnoDB</literal> table used in a left or right join
could cause incomplete rollback for the table. (Bug #12779)
@@ -366,6 +384,72 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ Queries with subqueries, where the inner subquery uses the
+ <literal>range</literal> or
<literal>index_merge</literal>
+ access method, could return incorrect results. (Bug #12720)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <filename>mysql_fix_privilege_tables.sql</filename> was
+ missing a comma, causing a syntax error when executed. (Bug
+ #12705)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>STRCMP()</literal> was not handled correctly in
+ views. (Bug #12489)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: Bad values in
+ <filename>config.ini</filename> caused
+ <command>ndb_mdmd</command> to crash. (Bug #12043)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>TRUNCATE TABLE</literal> did not work with
+ <literal>TEMPORARY</literal> <literal>InnoDB</literal>
tables.
+ (Bug #11816)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Configuring a source distribution with the
+ <option>--without-server</option> option caused some parts of
+ the build to fail. (Bug #11680)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Built-in commands for the <command>mysql</command> client,
+ such as <literal>delimiter</literal> and
<literal>\d</literal>
+ are now always parsed within files that are read using the
+ <literal>\.</literal> and <literal>source</literal>
commands.
+ (Bug #11523)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>ALTER TABLE <replaceable>db_name.t</replaceable>
+ RENAME <replaceable>t</replaceable></literal> did not move
the
+ table to default database unless the new name was qualified
+ with the database name. (Bug #11493)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3449) | paul | 1 Sep |