Author: jstephens
Date: 2007-10-31 19:54:16 +0100 (Wed, 31 Oct 2007)
New Revision: 8443
Log:
Disposed of a few more duplicate changelog entries.
Modified:
trunk/dynamic-docs/changelog/dupes.txt
trunk/dynamic-docs/changelog/mysqld.xml
Modified: trunk/dynamic-docs/changelog/dupes.txt
- trunk/dynamic-docs/changelog/dupes.txt 2007-10-31 17:54:26 UTC (rev 8442)
+++ trunk/dynamic-docs/changelog/dupes.txt 2007-10-31 18:54:16 UTC (rev 8443)
Changed blocks: 4, Lines Added: 18, Lines Deleted: 18; 733 bytes
@@ -98,21 +98,21 @@
12817x
12982x
12991x
-13159
+13159x
13218x
-13450
-13582
-13740
-14157
-14202
-14271
-14274
-14612
-14708
-14857
-14897
-14940
-15098
+13450x
+13582x
+13740x
+14157x
+14202x
+14271x
+14274x
+14612x
+14708x
+14857x
+14897x
+14940x
+15098x
15101
15223
15303
@@ -129,7 +129,7 @@
16382
16387
16421
-16520
+16520x
16539
16561
16582
@@ -149,7 +149,7 @@
17857
17876
17926
-18091
+18091x
18283
18298
18359
@@ -273,8 +273,8 @@
26662
26720
26739
-26741
-26767
+26741x
+26767x
26783
26793
26794
Modified: trunk/dynamic-docs/changelog/mysqld.xml
- trunk/dynamic-docs/changelog/mysqld.xml 2007-10-31 17:54:26 UTC (rev 8442)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2007-10-31 18:54:16 UTC (rev 8443)
Changed blocks: 31, Lines Added: 33, Lines Deleted: 353; 13366 bytes
@@ -5538,9 +5538,8 @@
</tags>
- <fixes bugid="14271"/>
- <fixes bugid="15224"/>
+
@@ -5550,8 +5549,8 @@
- <literal>SHOW [FULL] COLUMNS</literal> and <literal>SHOW INDEX
- FROM</literal> did not function with temporary tables.
+ SHOW [FULL] COLUMNS and SHOW
+ INDEX did not function with temporary tables.
@@ -10041,32 +10040,6 @@
<logentry entrytype="bug">
- <manual type="FALSE"/>
- </tags>
-
- <bugs>
- <fixes bugid="14274"/>
- </bugs>
-
- <versions>
- <version ver="4.1.17"/>
- </versions>
-
- <message>
-
- <para>
- Using an aggregate function as the argument for a HAVING clause
- would result in the aggregate function always returning
- <literal>FALSE</literal>.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="bug">
-
- <tags>
<manual type="replication"/>
<manual type="statement-based logging"/>
<manual type="binary log"/>
@@ -17878,35 +17851,6 @@
</logentry>
- <logentry entrytype="bug">
-
- <tags>
- <manual type="Solaris"/>
- </tags>
-
- <bugs>
- <fixes bugid="18091"/>
- <fixes bugid="13159"/>
- <fixes bugid="14202"/>
- </bugs>
-
- <versions>
- <version ver="5.1.11"/>
- <version ver="5.0.22"/>
- </versions>
-
- <message>
-
- <para>
- The client libraries had not been compiled for
- position-indpendent code on Solaris-SPARC and AMD x86_64
- platforms.
- </para>
-
- </message>
-
- </logentry>
-
<logentry entrytype="feature">
<tags>
@@ -24609,13 +24553,15 @@
+
+
- Binary log lacked character set information for table name when
- dropping temporary tables.
+ The binary log lacked character set information for table names
+ when dropping temporary tables.
@@ -27915,14 +27861,15 @@
+
- When using tables created under MySQL 4.1 with a 5.0 server, if
- the tables contained <literal>VARCHAR</literal> columns, for
- some queries the metadata sent to the client could have an empty
+ When using tables containing VARCHAR columns
+ created under MySQL 4.1 with a 5.0 or later server, for some
+ queries the metadata sent to the client could have an empty
column name.
@@ -33201,7 +33148,6 @@
- <manual type="FALSE"/>
@@ -33209,6 +33155,7 @@
+
@@ -33216,7 +33163,7 @@
Using an aggregate function as the argument for a
- <literal>HAVING</literal> clause would result in the aggregate
+ HAVING clause resulted in the aggregate
function always returning FALSE.
@@ -39879,7 +39826,7 @@
</logentry>
- <logentry entrytype="bug">
+ <logentry entrytype="feature">
@@ -41871,12 +41818,13 @@
+
- Server could over-allocate memory when performing a
+ The server could over-allocate memory when performing a
FULLTEXT search for stopwords only.
@@ -41999,37 +41947,7 @@
<logentry entrytype="bug">
- <tags>
- <manual type="LEFT JOIN"/>
- <manual type="NULL"/>
- <manual type="BOOLEAN"/>
- <manual type="full text"/>
- </tags>
-
<bugs>
- <fixes bugid="14708"/>
- <fixes bugid="25637"/>
- </bugs>
-
- <versions>
- <version ver="4.1.23"/>
- </versions>
-
- <message>
-
- <para>
- For <literal>BOOLEAN</literal> mode full-text searches on
- non-indexed columns, <literal>NULL</literal> rows generated by a
- <literal>LEFT JOIN</literal> caused incorrect query results.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="bug">
-
- <bugs>
<cve ref="CVE-2004-0627"/>
<cve ref="CVE-2004-0628"/>
</bugs>
@@ -48958,8 +48876,9 @@
</bugs>
- <version ver="5.1.9"/>
+
+
@@ -48967,7 +48886,7 @@
CAST(double AS SIGNED
INT) for large double
- values outside the signed integer range truncates the result to
+ values outside the signed integer range truncated the result to
be within range, but the result sometimes had the wrong sign,
and no warning was generated.
@@ -51241,33 +51160,6 @@
<logentry entrytype="bug">
- <manual type="VARCHAR"/>
- </tags>
-
- <bugs>
- <fixes bugid="14897"/>
- </bugs>
-
- <versions>
- <version ver="5.1.12"/>
- </versions>
-
- <message>
-
- <para>
- to the client could have an empty column name. When using tables
- created under MySQL 4.1 with a 5.0 server, if the tables
- contained <literal>VARCHAR</literal> columns, for some queries
- the metadata sent to the client could have an empty column name.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="bug">
-
- <tags>
<highlight type="cluster"/>
<manual type="replication"/>
</tags>
@@ -55444,6 +55336,7 @@
+
@@ -55451,9 +55344,9 @@
Binary distributions for some platforms did not include shared
libraries; now shared libraries are shipped for all platforms
- except AIX 5.2 64-bit. Exception: The library for the
- <literal>libmysqld</literal> embedded server is not shared
- except on Windows.
+ except AIX 5.2 64-bit. Exception: The
+ library for the libmysqld embedded server is
+ not shared except on Windows.
@@ -59628,9 +59521,11 @@
+
+
@@ -62354,33 +62249,6 @@
<logentry entrytype="bug">
- <manual type="binary log"/>
- <manual type="character sets"/>
- </tags>
-
- <bugs>
- <fixes bugid="14157"/>
- </bugs>
-
- <versions>
- <version ver="5.1.12"/>
- <version ver="5.0.23"/>
- </versions>
-
- <message>
-
- <para>
- The binary log lacked character set information for table name
- when dropping temporary tables.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="bug">
-
- <tags>
<manual type="configure"/>
<manual type="with-readline"/>
</tags>
@@ -65929,29 +65797,6 @@
<logentry entrytype="bug">
- <bugs>
- <fixes bugid="15098"/>
- </bugs>
-
- <versions>
- <version ver="4.1.19"/>
- </versions>
-
- <message>
-
- <para>
- <literal>CAST(<replaceable>double</replaceable> AS SIGNED
- INT)</literal> for large <replaceable>double</replaceable>
- values outside the signed integer range truncates the result to
- be within range, but the result sometimes had the wrong sign.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="bug">
-
<tags>
<manual type="mysql_stmt_fetch()"/>
<manual type="mysql_warning_count()"/>
@@ -68028,36 +67873,6 @@
</logentry>
- <logentry entrytype="feature">
-
- <tags>
- <manual type="cluster"/>
- <manual type="ndb_restore"/>
- </tags>
-
- <bugs>
- <fixes bugid="14612"/>
- </bugs>
-
- <versions>
- <version ver="5.1.14"/>
- </versions>
-
- <message>
-
- <para>
- The <literal>mysql.ndb_apply_status</literal> and
- <literal>mysql.ndb_schema</literal> tables (formerly
- <literal>cluster.apply_status</literal> and
- <literal>cluster.schema</literal> are now created by
- <command>ndb_restore</command>, in the event that they do not
- already exist on the slave cluster.
- </para>
-
- </message>
-
- </logentry>
-
<logentry entrytype="bug">
<tags>
@@ -70291,6 +70106,7 @@
</bugs>
+
@@ -75641,36 +75457,6 @@
</logentry>
- <logentry entrytype="feature">
-
- <tags>
- <highlight type="cluster"/>
- <manual type="cluster"/>
- <manual type="perror"/>
- <manual type="ndb"/>
- </tags>
-
- <bugs>
- <fixes bugid="13740"/>
- </bugs>
-
- <versions>
- <version ver="5.0.15"/>
- </versions>
-
- <message>
-
- <para>
- The <command>perror</command> utility included with the
- <literal>MySQL-Server</literal> RPM now provides support for the
- <option>--ndb</option> option, and so can be used to obtain
- error message text for MySQL Cluster error codes.
- </para>
-
- </message>
-
- </logentry>
-
<logentry entrytype="bug">
<tags>
@@ -85252,35 +85038,7 @@
<logentry entrytype="feature">
- <tags>
- <manual type="EXPLAIN EXTENDED"/>
- <manual type="filtered"/>
- </tags>
-
<bugs>
- <fixes bugid="14940"/>
- </bugs>
-
- <versions>
- <version ver="5.1.12"/>
- </versions>
-
- <message>
-
- <para>
- <literal>EXPLAIN EXTENDED</literal> now shows a
- <literal>filtered</literal> column that is an estimated
- percentage of the examined rows that will be joined with the
- previous tables.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="feature">
-
- <bugs>
<fixes bugid="24878"/>
</bugs>
@@ -111647,14 +111405,15 @@
+
+
- The client libraries had not been compiled for
- position-independent code on Solaris-SPARC and AMD x86_64
- platforms.
+ The client libraries were not compiled for position-independent
+ code on Solaris-SPARC and AMD x86_64 platforms.
@@ -117994,6 +117753,7 @@
+
@@ -128891,33 +128651,6 @@
<logentry entrytype="bug">
- <manual type="mysqldump"/>
- <manual type="stored routine"/>
- </tags>
-
- <bugs>
- <fixes bugid="14857"/>
- </bugs>
-
- <versions>
- <version ver="5.0.19"/>
- </versions>
-
- <message>
-
- <para>
- Stored routines that contained only a single statement were not
- written properly to the dumpfile when using
- <command>mysqldump</command>.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="bug">
-
- <tags>
<manual type="NULL"/>
<manual type="perror"/>
</tags>
@@ -129103,7 +128836,7 @@
- <manual type="ndb"/>
+
@@ -129113,6 +128846,7 @@
+
@@ -133432,31 +133166,6 @@
</logentry>
- <logentry entrytype="bug">
-
- <tags>
- <manual type="FULLTEXT"/>
- </tags>
-
- <bugs>
- <fixes bugid="13582"/>
- </bugs>
-
- <versions>
- <version ver="5.0.15"/>
- </versions>
-
- <message>
-
- <para>
- Server may over-allocate memory when performing a
- <literal>FULLTEXT</literal> search for stopwords only.
- </para>
-
- </message>
-
- </logentry>
-
<logentry entrytype="feature">
<tags>
@@ -136005,35 +135714,6 @@
<logentry entrytype="feature">
- <manual type="AIX"/>
- </tags>
-
- <bugs>
- <fixes bugid="16520"/>
- <fixes bugid="26767"/>
- <fixes bugid="13450"/>
- </bugs>
-
- <versions>
- <version ver="5.0.40"/>
- <version ver="5.0.41"/>
- </versions>
-
- <message>
-
- <para>
- Binary distributions for some platforms did not include shared
- libraries; now shared libraries are shipped for all platforms
- except AIX 5.2 64-bit.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="feature">
-
- <tags>
<manual type="REPAIR TABLE"/>
<manual type="OPTIMIZE TABLE"/>
<manual type="ANALYZE TABLE"/>
--
MySQL Code Commits Mailing List
For list archives: http://lists.mysql.com/commits
To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Wed Oct 31 14:54:54 2007