Author: paul
Date: 2008-03-03 22:09:49 +0100 (Mon, 03 Mar 2008)
New Revision: 10110
Log:
r29875@arctic: paul | 2008-03-03 15:10:03 -0600
Document bugfixes:
Bug#17303: Create View privileges not available for remote root user
Bug#21704: Renaming column does not update FK definition
Bug#22738: Events: After stop and start disabled events could reside in the queue
Bug#24731: Shared memory connections do not work with MySql ran as service on Vista
Bug#31315: mysql_install_db fails if a default table type of NDB is set in my.cnf
Bug#34381: Client applications cannot connect to server on Vista
Bug#34655: Compile error
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29665
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29872
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29665
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29875
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-03-03 19:49:26 UTC (rev 10109)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-03-03 21:09:49 UTC (rev 10110)
Changed blocks: 1, Lines Added: 199, Lines Deleted: 0; 4194 bytes
@@ -9959,4 +9959,203 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Windows"/>
+ <manual type="privileges"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="17303"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.51a"/>
+ <version ver="5.1.23"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>MySQLInstanceConfig.exe</command> failed to grant
+ certain privileges to the <literal>'root'@'%'</literal> account.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Windows"/>
+ <manual type="Vista"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34381"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Client applications could not connect to the server on Windows
+ Vista because the server was creating an IPv6-only TCP/IP
+ socket.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Windows"/>
+ <manual type="shared memory"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="24731"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.44"/>
+ <version ver="5.1.20"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When <command>mysqld</command> was run as a Windows service,
+ shared memory objects were not created in the global namespace
+ and could not be used by clients to connect.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ <manual type="foreign key"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="21704"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Renaming a column that appeared in a foreign key definition did
+ not update that definition with the new column name. This
+ occurred with both referenced and referencing tables.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="events"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="22738"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ After stopping and starting the event scheduler, disabled events
+ could remain in the execution queue.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysql_install_db"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="31315"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.23"/>
+ <version ver="6.0.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysql_install_db</command> failed if the default
+ storage engine was <literal>NDB</literal>. Now it explicitly
+ uses <literal>MyISAM</literal> as the storage engine when
+ running <command>mysqld --bootstrap</command>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="incompatiblechange"/>
+ <manual type="C API"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34655"/>
+ <seealsobug bugid="12713"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ In MySQL 5.1.23, the <literal>last_errno</literal> and
+ <literal>last_error</literal> members of the
+ <literal>NET</literal> structure in
+ <filename>mysql_com.h</filename> were renamed to
+ <literal>client_last_errno</literal> and
+ <literal>client_last_error</literal>. This was found to cause
+ problems for connectors that use the internal
+ <literal>NET</literal> structure for error handling. The change
+ has been reverted.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10110 - in trunk: . dynamic-docs/changelog | paul | 3 Mar |