List:Commits« Previous MessageNext Message »
From:jon Date:May 4 2006 1:08am
Subject:svn commit - mysqldoc@docsrva: r2020 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-05-04 03:08:58 +0200 (Thu, 04 May 2006)
New Revision: 2020

Log:

Documenting fix for Event Scheduler Bug #18078.



Modified:
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-05-03 18:01:36 UTC (rev 2019)
+++ trunk/refman-common/news-5.1.xml	2006-05-04 01:08:58 UTC (rev 2020)
@@ -203,13 +203,23 @@
         <para>
           <emphasis role="bold">Security fix</emphasis>: A malicious
           client, using specially crafted invalid login or
-          <literal>COM_TABLE_DUMP</literal> packets was able to read
-          uninitialized memory, which potentially, though unlikely in
-          MySQL, could have led to an information disclosure. Thanks to
-          Stefano Di Paola <email>stefano.dipaola@stripped</email> for
-          finding and reporting this bug.
+          <literal>COM_TABLE_DUMP</literal> packets, was able to read
+          uninitialized memory, which potentially &mdash; though
+          unlikely in MySQL &mdash; could have led to an information
+          disclosure. Thanks to Stefano Di Paola
+          <email>stefano.dipaola@stripped</email> for finding and
+          reporting this bug.
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          Event-creation statements enclosed in multi-line comments
+          using <literal>/*!<replaceable>version_number</replaceable>
+            ... */</literal> syntax were not parsed correctly. (Bug
+          #18078)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r2020 - trunk/refman-commonjon4 May