Author: mcbrown
Date: 2008-07-30 16:41:53 +0200 (Wed, 30 Jul 2008)
New Revision: 11442
Log:
Documenting Dev Bug #27013
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/refman-5.0/installing-cs-core.xml
trunk/refman-5.1/installing-core.xml
trunk/refman-6.0/installing-core.xml
trunk/refman-6.0/se-falcon-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-07-30 14:22:24 UTC (rev 11441)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-07-30 14:41:53 UTC (rev 11442)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1146 bytes
@@ -9,6 +9,38 @@
<logentry entrytype="bug">
<tags>
+ <manual type="Windows"/>
+ <manual type="MySQL Instance Configuration Wizard"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="27013"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.4"/>
+ <version ver="5.1.24"/>
+ <version ver="5.0.60"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The MySQL Instance Configuration Wizard would not allow you to
+ choose a service name, even though the criteria for the service
+ name were valid. The code that checks the name has been updated
+ to support the correct criteria of any string less than 256
+ character and not containing either a forward or backward slash
+ character.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<manual type="Falcon"/>
</tags>
Modified: trunk/refman-5.0/installing-cs-core.xml
===================================================================
--- trunk/refman-5.0/installing-cs-core.xml 2008-07-30 14:22:24 UTC (rev 11441)
+++ trunk/refman-5.0/installing-cs-core.xml 2008-07-30 14:41:53 UTC (rev 11442)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 717 bytes
@@ -3946,6 +3946,14 @@
drop-down box.
</para>
+ <note>
+ <para>
+ Service names can include any legal character except forward
+ (<literal>/</literal>) or backward
(<literal>\</literal>)
+ slashes, and must be less than 256 characters long.
+ </para>
+ </note>
+
<warning>
<para>
If you are installing multiple versions of MySQL onto the
Modified: trunk/refman-5.1/installing-core.xml
===================================================================
--- trunk/refman-5.1/installing-core.xml 2008-07-30 14:22:24 UTC (rev 11441)
+++ trunk/refman-5.1/installing-core.xml 2008-07-30 14:41:53 UTC (rev 11442)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 708 bytes
@@ -3763,6 +3763,14 @@
drop-down box.
</para>
+ <note>
+ <para>
+ Service names can include any legal character except forward
+ (<literal>/</literal>) or backward
(<literal>\</literal>)
+ slashes, and must be less than 256 characters long.
+ </para>
+ </note>
+
<warning>
<para>
If you are installing multiple versions of MySQL onto the
Modified: trunk/refman-6.0/installing-core.xml
===================================================================
--- trunk/refman-6.0/installing-core.xml 2008-07-30 14:22:24 UTC (rev 11441)
+++ trunk/refman-6.0/installing-core.xml 2008-07-30 14:41:53 UTC (rev 11442)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 708 bytes
@@ -3773,6 +3773,14 @@
drop-down box.
</para>
+ <note>
+ <para>
+ Service names can include any legal character except forward
+ (<literal>/</literal>) or backward
(<literal>\</literal>)
+ slashes, and must be less than 256 characters long.
+ </para>
+ </note>
+
<warning>
<para>
If you are installing multiple versions of MySQL onto the
Modified: trunk/refman-6.0/se-falcon-core.xml
===================================================================
--- trunk/refman-6.0/se-falcon-core.xml 2008-07-30 14:22:24 UTC (rev 11441)
+++ trunk/refman-6.0/se-falcon-core.xml 2008-07-30 14:41:53 UTC (rev 11442)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 719 bytes
@@ -1651,6 +1651,8 @@
<itemizedlist>
+<listitem><para>When creating temporary tables within
<literal>Falcon</literal>, the tables are automatically created in the
<literal>FALCON_TEMPORARY</literal> tablespace. If you specify an alternate
tablespace to the <literal>CREATE TABLE</literal> statement then a warning
will be issued.</para></listitem>
+
<listitem>
<para>
<literal>Falcon</literal> uses sequences when creating values
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11442 - in trunk: dynamic-docs/changelog refman-5.0 refman-5.1 refman-6.0 | mcbrown | 30 Jul |