Author: paul
Date: 2008-04-30 16:30:40 +0200 (Wed, 30 Apr 2008)
New Revision: 10632
Log:
r31070@frost: paul | 2008-04-30 09:31:06 -0500
Document bugfixes:
Bug#36103: Several installation problems with 5.1.24-rc essentials x64 MSI package
This is the final 5.0.51b changelog entry. (Bug#36363)
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:31068
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30996
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31070
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30996
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-04-30 14:15:50 UTC (rev 10631)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-04-30 14:30:40 UTC (rev 10632)
Changed blocks: 1, Lines Added: 35, Lines Deleted: 0; 1189 bytes
@@ -17682,4 +17682,39 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Windows"/>
+ <manual type="Vista"/>
+ <manual type="JScript"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36103"/>
+ </bugs>
+
+ <versions>
+ <version ver="4.1.25"/>
+ <version ver="5.0.51b"/>
+ <version ver="5.0.60"/>
+ <version ver="5.1.25"/>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ On Windows, the installer attempted to use JScript to determine
+ whether the target data directory already existed. On Windows
+ Vista x64, this resulted in an error because the installer was
+ attempting to run the JScript in a 32-bit engine, which wasn't
+ registered on Vista. The installer no longer uses JScript but
+ instead relies on a native WiX command.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10632 - in trunk: . dynamic-docs/changelog | paul | 30 Apr |