List:Internals« Previous MessageNext Message »
From:jstephens Date:November 23 2005 2:58pm
Subject:svn commit - mysqldoc@docsrva: r399 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-common
View as plain text  
Author: jstephens
Date: 2005-11-23 15:58:56 +0100 (Wed, 23 Nov 2005)
New Revision: 399

Log:

Documenting bugfixes:
  5.0 - #13825, #13488, #13489, #14268, #14255, #14077, #13549, #14662
  Documentation - #15129, #11396



Modified:
   trunk/refman-4.1/installing.xml
   trunk/refman-4.1/problems.xml
   trunk/refman-5.0/installing.xml
   trunk/refman-5.0/problems.xml
   trunk/refman-5.1/installing.xml
   trunk/refman-common/news-5.0.xml

Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2005-11-23 12:41:08 UTC (rev 398)
+++ trunk/refman-4.1/installing.xml	2005-11-23 14:58:56 UTC (rev 399)
@@ -11628,9 +11628,9 @@
 
         <listitem>
           <para>
-            Two accounts are created with a username of
+            Accounts are created with the username
             <literal>root</literal>. These are superuser accounts that
-            can do anything. The initial <literal>root</literal> account
+            can do anything. The initial <literal>root</literal> account 
             passwords are empty, so anyone can connect to the MySQL
             server as <literal>root</literal> <emphasis>without a
             password</emphasis> and be granted all privileges.
@@ -11640,9 +11640,13 @@
 
             <listitem>
               <para>
-                On Windows, one <literal>root</literal> account is for
-                connecting from the local host and the other allows
-                connections from any host.
+                On Windows, prior to MySQL 4.1.10, two
+                <literal>root</literal> accounts are created; one of
+                these is for connecting from the local host and the
+                other allows connections from any host. Beginning with
+                MySQL 4.1.10, the Windows installer creates only one
+                <literal>root</literal> account, which can connect from
+                the local machine only.
               </para>
             </listitem>
 

Modified: trunk/refman-4.1/problems.xml
===================================================================
--- trunk/refman-4.1/problems.xml	2005-11-23 12:41:08 UTC (rev 398)
+++ trunk/refman-4.1/problems.xml	2005-11-23 14:58:56 UTC (rev 399)
@@ -4016,6 +4016,11 @@
             <literal>FLOAT</literal> to a <literal>DOUBLE</literal>
             fixes this. See <xref linkend="problems-with-float"/>.
           </para>
+          
+          <para>
+            Similar problems may be encountered when comparing
+            <literal>DECIMAL</literal> values.
+          </para>
         </listitem>
 
         <listitem>

Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml	2005-11-23 12:41:08 UTC (rev 398)
+++ trunk/refman-5.0/installing.xml	2005-11-23 14:58:56 UTC (rev 399)
@@ -4751,7 +4751,7 @@
       </para>
 
 <programlisting>
-C:\&gt; <userinput>C:\Program Files\MySQL\MySQL Server &previous-series;\bin\mysqld</userinput>
+C:\&gt; <userinput>C:\Program Files\MySQL\MySQL Server &current-series;\bin\mysqld</userinput>
 </programlisting>
 
       <para>
@@ -4775,7 +4775,7 @@
       </para>
 
 <programlisting>
-C:\&gt; <userinput>C:\Program Files\MySQL\MySQL Server &previous-series;\bin\mysqladmin -u root shutdown</userinput>
+C:\&gt; <userinput>C:\Program Files\MySQL\MySQL Server &current-series;\bin\mysqladmin -u root shutdown</userinput>
 </programlisting>
 
       <para>
@@ -11567,21 +11567,21 @@
 
         <listitem>
           <para>
-            Two accounts are created with a username of
-            <literal>root</literal>. These are superuser accounts that
-            can do anything. The initial <literal>root</literal> account
-            passwords are empty, so anyone can connect to the MySQL
-            server as <literal>root</literal> <emphasis>without a
-            password</emphasis> and be granted all privileges.
+            Accounts with the username <literal>root</literal> are
+            created. These are superuser accounts that can do anything.
+            The initial <literal>root</literal> account passwords are
+            empty, so anyone can connect to the MySQL server as
+            <literal>root</literal> &mdash; <emphasis>without a
+              password</emphasis> &mdash; and be granted all privileges.
           </para>
 
           <itemizedlist>
 
             <listitem>
               <para>
-                On Windows, one <literal>root</literal> account is for
-                connecting from the local host and the other allows
-                connections from any host.
+                On Windows, one <literal>root</literal> account is
+                created; this account allows connecting from the local
+                host only.
               </para>
             </listitem>
 

Modified: trunk/refman-5.0/problems.xml
===================================================================
--- trunk/refman-5.0/problems.xml	2005-11-23 12:41:08 UTC (rev 398)
+++ trunk/refman-5.0/problems.xml	2005-11-23 14:58:56 UTC (rev 399)
@@ -3934,6 +3934,11 @@
             <literal>FLOAT</literal> to a <literal>DOUBLE</literal>
             fixes this. See <xref linkend="problems-with-float"/>.
           </para>
+          
+          <para>
+            Similar problems may be encountered when comparing
+            <literal>DECIMAL</literal> values prior to MySQL 5.0.3.
+          </para>
         </listitem>
 
         <listitem>

Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml	2005-11-23 12:41:08 UTC (rev 398)
+++ trunk/refman-5.1/installing.xml	2005-11-23 14:58:56 UTC (rev 399)
@@ -4751,7 +4751,7 @@
       </para>
 
 <programlisting>
-C:\&gt; <userinput>C:\Program Files\MySQL\MySQL Server &previous-series;\bin\mysqld</userinput>
+C:\&gt; <userinput>C:\Program Files\MySQL\MySQL Server &current-series;\bin\mysqld</userinput>
 </programlisting>
 
       <para>
@@ -4775,7 +4775,7 @@
       </para>
 
 <programlisting>
-C:\&gt; <userinput>C:\Program Files\MySQL\MySQL Server &previous-series;\bin\mysqladmin -u root shutdown</userinput>
+C:\&gt; <userinput>C:\Program Files\MySQL\MySQL Server &current-series;\bin\mysqladmin -u root shutdown</userinput>
 </programlisting>
 
       <para>
@@ -11562,21 +11562,21 @@
 
         <listitem>
           <para>
-            Two accounts are created with a username of
-            <literal>root</literal>. These are superuser accounts that
-            can do anything. The initial <literal>root</literal> account
-            passwords are empty, so anyone can connect to the MySQL
-            server as <literal>root</literal> <emphasis>without a
-            password</emphasis> and be granted all privileges.
+            Accounts with the username <literal>root</literal> are
+            created. These are superuser accounts that can do anything.
+            The initial <literal>root</literal> account passwords are
+            empty, so anyone can connect to the MySQL server as
+            <literal>root</literal> &mdash; <emphasis>without a
+              password</emphasis> &mdash; and be granted all privileges.
           </para>
 
           <itemizedlist>
 
             <listitem>
               <para>
-                On Windows, one <literal>root</literal> account is for
-                connecting from the local host and the other allows
-                connections from any host.
+                On Windows, one <literal>root</literal> account is
+                created; this account allows connecting from the local
+                host only.
               </para>
             </listitem>
 

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2005-11-23 12:41:08 UTC (rev 398)
+++ trunk/refman-common/news-5.0.xml	2005-11-23 14:58:56 UTC (rev 399)
@@ -192,6 +192,15 @@
           <literal>INFORMATION_SCHEMA.TRIGGERS</literal> table.
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          Invoking a stored function or trigger creates a new savepoint
+          level. When the function or trigger finishes, the previous
+          savepoint level is restored. (See Bug #13825 for more
+          information.)
+        </para>
+      </listitem>
 
     </itemizedlist>
 
@@ -200,6 +209,53 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          Using <literal>ORDER BY</literal> on a column from a view,
+          when also selecting the column normally, and via an alias,
+          caused a mistaken <literal>Column 'x' in order clause is
+            ambiguous</literal> error. (Bug #14662) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Invoking a stored procedure within another stored procedure
+          caused the server to crash. (Bug #13549)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Stored functions making use of cursors were not replicated.
+          (Bug #)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          When casting a hexadecimal value to binary, the result was not
+          correctly padded. (Bug #14255)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Casting a <literal>FLOAT</literal> or
+          <literal>DOUBLE</literal> whose value was less than
+          <literal>1.0E-06</literal> to <literal>DECIMAL</literal> would
+          yield an inappropriate value. (Bug #14268)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          In some cases, a left outer join could yield an invalid result
+          or cause the server to crash, due to a 
+          <literal>MYSQL_DATA_TRUNCATED</literal> error. (Bug #13488)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r399 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-commonjstephens23 Nov