| Bug #17453 | Creating Event crash the server | ||
|---|---|---|---|
| Submitted: | 16 Feb 2006 13:19 | Modified: | 23 Feb 2006 3:31 |
| Reporter: | Miguel Solorzano | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
| Version: | 5.1.7 BK | OS: | Linux (Suse Linux) |
| Assigned to: | Andrey Hristov | CPU Architecture: | Any |
[16 Feb 2006 13:19]
Miguel Solorzano
[16 Feb 2006 15:33]
Andrey Hristov
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/2737
[20 Feb 2006 23:23]
Andrey Hristov
Fixed in 5.1.7, existing in 5.1.6 . Crashes only in debug builds when the separator between DO and the body is not a space : CREATE EVENT some ON SCHEDULE AT NOW() DO <--here we have a new line begin select 1; end|
[23 Feb 2006 3:31]
Paul DuBois
Noted in 5.1.7 changelog.
Creating an event and using a whitespace character other than
space following the <literal>DO</literal> keyword caused a
server crash. (Bug #17453)
