| Bug #17453 | Creating Event crash the server | ||
|---|---|---|---|
| Submitted: | 16 Feb 2006 14:19 | Modified: | 23 Feb 2006 4:31 |
| Reporter: | Miguel Solorzano | ||
| Status: | Closed | ||
| Category: | Server: SP | Severity: | S3 (Non-critical) |
| Version: | 5.1.7 BK | OS: | Linux (Suse Linux) |
| Assigned to: | Andrey Hristov | Target Version: | |
[16 Feb 2006 14:19]
Miguel Solorzano
[16 Feb 2006 16: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
[21 Feb 2006 0: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 4: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)
