Author: jstephens
Date: 2006-09-28 15:47:27 +0200 (Thu, 28 Sep 2006)
New Revision: 3490
Log:
Documented fix for Bug #22662 (Events).
Noted incompatible change for event_scheduler system variable.
Modified:
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-09-28 05:18:53 UTC (rev 3489)
+++ trunk/refman-5.1/news-5.1.xml 2006-09-28 13:47:27 UTC (rev 3490)
Changed blocks: 2, Lines Added: 27, Lines Deleted: 0; 1536 bytes
@@ -162,6 +162,23 @@
<xref linkend="events-privileges"/>.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">Incompatible change</emphasis>: The
+ permitted values for and behaviour of the
+ <literal>event_scheduler</literal> system variable have
+ changed. Permitted values are now <literal>ON</literal>,
+ <literal>OFF</literal>, and <literal>DISABLED</literal>, with
+ <literal>OFF</literal> being the default. It is not possible
+ to change its value to or from <literal>DISABLED</literal>
+ while the server is running.
+ </para>
+
+ <para>
+ For details, see <xref linkend="events-overview"/>.
+ </para>
+ </listitem>
<listitem>
<para>
@@ -745,6 +762,16 @@
handled incorrectly. (Bug #21555)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ When <literal>event_scheduler</literal> was set to
+ <literal>DISABLED</literal>, its value was not displayed
+ correctly by <literal>SHOW VARIABLES</literal> or
+ <literal>SELECT @@global.event_scheduler</literal>. (Bug
+ #22662)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3490 - trunk/refman-5.1 | jon | 28 Sep |