List:Commits« Previous MessageNext Message »
From:paul Date:March 13 2007 7:41pm
Subject:svn commit - mysqldoc@docsrva: r5339 - in trunk: . mysqltest refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-03-13 20:40:52 +0100 (Tue, 13 Mar 2007)
New Revision: 5339

Log:
 r21504@polar:  paul | 2007-03-13 14:39:44 -0500
 Document bugfixes:
 Bug#18628
 Bug#23814
 Bug#25126
 Bug#25197
 Bug#25222
 Bug#26536
 Bug#26537
 Bug#26571
 Bug#26678
 Bug#26792


Modified:
   trunk/mysqltest/programs.xml
   trunk/refman-4.1/news-4.1.xml
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.1/news-5.1.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21459
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17569
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21504
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17569
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/mysqltest/programs.xml
===================================================================
--- trunk/mysqltest/programs.xml	2007-03-13 19:04:27 UTC (rev 5338)
+++ trunk/mysqltest/programs.xml	2007-03-13 19:40:52 UTC (rev 5339)
Changed blocks: 2, Lines Added: 30, Lines Deleted: 1; 1675 bytes

@@ -1858,7 +1858,7 @@
             </para>
 
             <para>
-              Start <command>mysqld</command> the named debugger.
+              Start <command>mysqld</command> using the named debugger.
             </para>
           </listitem>
 

@@ -2550,6 +2550,35 @@
             <para>
               <indexterm>
                 <primary>mysql-test-run.pl</primary>
+                <secondary>secure-file-priv option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>secure-file-priv option</primary>
+                <secondary>mysql-test-run.pl</secondary>
+              </indexterm>
+
+              <option>--secure-file-priv=<replaceable>path</replaceable></option>
+            </para>
+
+            <para>
+              This option which limits the effect of the
+              <literal>load_file</literal> command for
+              <command>mysqltest</command> and for the <literal>LOAD
+              DATA</literal> and <literal>SELECT ... INTO
+              OUTFILE</literal> statements to work with files in the
+              specified directory.
+            </para>
+
+            <para>
+              This option was added in MySQL 5.0.38 and 5.1.17.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <indexterm>
+                <primary>mysql-test-run.pl</primary>
                 <secondary>skip-im option</secondary>
               </indexterm>
 


Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml	2007-03-13 19:04:27 UTC (rev 5338)
+++ trunk/refman-4.1/news-4.1.xml	2007-03-13 19:40:52 UTC (rev 5339)
Changed blocks: 1, Lines Added: 29, Lines Deleted: 1; 1431 bytes

@@ -260,8 +260,36 @@
 
       <listitem>
         <para>
+          Added support for <option>--debugger=dbx</option> for
+          <command>mysql-test-run.pl</command> and fixed support for
+          <option>--debugger=devenv</option>,
+          <option>--debugger=DevEnv</option>, and
+          <option>--debugger=<replaceable>/path/to</replaceable>/devenv</option>.
+          (Bug #26792)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>UNHEX() IS NULL</literal> comparisons failed when
+          <literal>UNHEX()</literal> returned <literal>NULL</literal>.
+          (Bug #26537)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A reference to a non-existent column in the <literal>ORDER
+          BY</literal> clause of an <literal>UPDATE ... ORDER
+          BY</literal> statement could cause a server crash. (Bug
+          #25126)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The creation of MySQL system tables was not checked for by
-          <command>mysql-test-run</command>. (Bug #20166)
+          <command>mysql-test-run.pl</command>. (Bug #20166)
         </para>
       </listitem>
 


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-03-13 19:04:27 UTC (rev 5338)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-03-13 19:40:52 UTC (rev 5339)
Changed blocks: 4, Lines Added: 67, Lines Deleted: 4; 3451 bytes

@@ -56,7 +56,6 @@
       document.
     </remark>
 
-<!--
     <para>
       Functionality added or changed:
     </para>

@@ -65,12 +64,18 @@
 
       <listitem>
         <para>
+          Added the <option>--secure-file-priv</option> option for
+          <command>mysql-test-run.pl</command>, which limits the effect
+          of the <literal>load_file</literal> command for
+          <command>mysqltest</command> and for the <literal>LOAD
+          DATA</literal> and <literal>SELECT ... INTO OUTFILE</literal>
+          statements to work with files in a given directory. (Bug
+          #18628)
         </para>
       </listitem>
 
 
     </itemizedlist>
--->
 
     <para>
       Bugs fixed:

@@ -143,7 +148,65 @@
 
       <listitem>
         <para>
-          A multi-row delayed insert with an auto increment column could
+          SSL connections failed on Windows. (Bug #26678)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Added support for <option>--debugger=dbx</option> for
+          <command>mysql-test-run.pl</command> and fixed support for
+          <option>--debugger=devenv</option>,
+          <option>--debugger=DevEnv</option>, and
+          <option>--debugger=<replaceable>/path/to</replaceable>/devenv</option>.
+          (Bug #26792)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>REPEAT()</literal> function did not allow a
+          column name as the <replaceable>count</replaceable> parameter.
+          (Bug #25197)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          On 64-bit Windows, large timestamp values could be handled
+          incorrectly. (Bug #26536)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          In some error messages, inconsistent format specifiers were
+          used for the translations in different languages.
+          <command>comp_err</command> (the error message compiler) now
+          checks for mismatches. (Bug #26571)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          On Windows, the server exhibited a file-handle leak after
+          reaching the limit on the number of open file descriptors.
+          (Bug #25222)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A reference to a non-existent column in the <literal>ORDER
+          BY</literal> clause of an <literal>UPDATE ... ORDER
+          BY</literal> statement could cause a server crash. (Bug
+          #25126)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A multiple-row delayed insert with an auto increment column could
           cause duplicate entries to be created on the slave in a
           replication environment. (Bug #25507, Bug #26116)
         </para>

@@ -196,7 +259,7 @@
           <literal>mysql.proc</literal> table was not created by
           <command>mysql_install_db</command>. In addition, the creation
           of this and other MySQL system tables was not checked for by
-          <command>mysql-test-run</command>. (Bug #23669, Bug #20166)
+          <command>mysql-test-run.pl</command>. (Bug #23669, Bug #20166)
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-03-13 19:04:27 UTC (rev 5338)
+++ trunk/refman-5.1/news-5.1.xml	2007-03-13 19:40:52 UTC (rev 5339)
Changed blocks: 3, Lines Added: 81, Lines Deleted: 3; 3671 bytes

@@ -163,6 +163,18 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Added the <option>--secure-file-priv</option> option for
+          <command>mysql-test-run.pl</command>, which limits the effect
+          of the <literal>load_file</literal> command for
+          <command>mysqltest</command> and for the <literal>LOAD
+          DATA</literal> and <literal>SELECT ... INTO OUTFILE</literal>
+          statements to work with files in a given directory. (Bug
+          #18628)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>

@@ -212,8 +224,74 @@
 
       <listitem>
         <para>
-          A multi-row delayed insert with an auto increment column could
-          cause duplicate entries to be created on the slave in a
+          SSL connections failed on Windows. (Bug #26678)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Added support for <option>--debugger=dbx</option> for
+          <command>mysql-test-run.pl</command> and fixed support for
+          <option>--debugger=devenv</option>,
+          <option>--debugger=DevEnv</option>, and
+          <option>--debugger=<replaceable>/path/to</replaceable>/devenv</option>.
+          (Bug #26792)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>REPEAT()</literal> function did not allow a
+          column name as the <replaceable>count</replaceable> parameter.
+          (Bug #25197)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          On 64-bit Windows, large timestamp values could be handled
+          incorrectly. (Bug #26536)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          In some error messages, inconsistent format specifiers were
+          used for the translations in different languages.
+          <command>comp_err</command> (the error message compiler) now
+          checks for mismatches. (Bug #26571)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          On Windows, the server exhibited a file-handle leak after
+          reaching the limit on the number of open file descriptors.
+          (Bug #25222)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A reference to a non-existent column in the <literal>ORDER
+          BY</literal> clause of an <literal>UPDATE ... ORDER
+          BY</literal> statement could cause a server crash. (Bug
+          #25126)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <command>mysqlimport</command> used a variable of the wrong
+          type for the <option>--use-threads</option> option, which
+          could cause a crash on some architectures. (Bug #23814)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A multiple-row delayed insert with an auto increment column
+          could cause duplicate entries to be created on the slave in a
           replication environment. (Bug #25507, Bug #26116)
         </para>
       </listitem>

@@ -285,7 +363,7 @@
           <literal>mysql.proc</literal> table was not created by
           <command>mysql_install_db</command>. In addition, the creation
           of this and other MySQL system tables was not checked for by
-          <command>mysql-test-run</command>. (Bug #23669, Bug #20166)
+          <command>mysql-test-run.pl</command>. (Bug #23669, Bug #20166)
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r5339 - in trunk: . mysqltest refman-4.1 refman-5.0 refman-5.1paul13 Mar