| Bug #16404 | Events: keyword is ENABLED rather than ENABLE | ||
|---|---|---|---|
| Submitted: | 12 Jan 2006 3:48 | Modified: | 2 Feb 2006 4:45 |
| Reporter: | Peter Gulutzan | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
| Version: | 5.1.6-alpha-debug | OS: | Linux (SUSE 10.0) |
| Assigned to: | Andrey Hristov | CPU Architecture: | Any |
[12 Jan 2006 3:48]
Peter Gulutzan
[24 Jan 2006 15:06]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/1571
[26 Jan 2006 19:54]
Andrey Hristov
Fixed in 5.1.6 It was decided to be compatible with Sybase to use ENABLE and DISABLE instead of ENABLED and DISABLED as keywords in CREATE/ALTER EVENT
[2 Feb 2006 4:45]
Mike Hillyer
Documented in 5.1.6 changelog:
<listitem>
<para>
<emphasis role="bold">Incompatible change</emphasis>:
<literal>DISABLED</literal>/<literal>ENABLED</literal>
keywords in <literal>CREATE EVENT</literal> and <literal>ALTER
EVENT</literal> changed to
<literal>DISABLE</literal>/<literal>ENABLE</literal>. (Bug
#16404)
</para>
</listitem>
