Bug #23805 | Server ignores setting from my.ini and crashes after changing event_scheduler | ||
---|---|---|---|
Submitted: | 31 Oct 2006 15:31 | Modified: | 31 Oct 2006 16:19 |
Reporter: | Markus Popp | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.1.12-beta-community-nt-log | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any |
[31 Oct 2006 15:31]
Markus Popp
[31 Oct 2006 15:32]
Markus Popp
Screen that shows up after 'set @@global.event_scheduler = 1;'
Attachment: server_crash.jpg (image/jpeg, text), 35.46 KiB.
[31 Oct 2006 16:19]
MySQL Verification Team
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html c:\mysql\bin>mysql -u root -P 3307 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.1.13-beta-nt-log Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select @@global.event_scheduler; +--------------------------+ | @@global.event_scheduler | +--------------------------+ | ON | +--------------------------+ 1 row in set (0.00 sec) mysql> set @@global.event_scheduler = 1; Query OK, 0 rows affected (0.00 sec) mysql> select @@global.event_scheduler; +--------------------------+ | @@global.event_scheduler | +--------------------------+ | ON | +--------------------------+ 1 row in set (0.00 sec) mysql> select version(); +--------------------+ | version() | +--------------------+ | 5.1.13-beta-nt-log | +--------------------+ 1 row in set (0.01 sec) mysql> select @@sql_mode; +----------------------------------------------------------------+ | @@sql_mode | +----------------------------------------------------------------+ | STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION | +----------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> set @@global.event_scheduler = 0; Query OK, 0 rows affected (0.02 sec) mysql> select @@global.event_scheduler; +--------------------------+ | @@global.event_scheduler | +--------------------------+ | OFF | +--------------------------+ 1 row in set (0.00 sec) mysql> set @@global.event_scheduler = 1; Query OK, 0 rows affected (0.00 sec) mysql> select @@global.event_scheduler; +--------------------------+ | @@global.event_scheduler | +--------------------------+ | ON | +--------------------------+ 1 row in set (0.00 sec) mysql>
[15 Feb 2008 15:42]
ruth goldson
I am getting the same problem , when i set event-scheduler = 1 in my my.ini file and after I restart I can not connect. I have myself 5.1.11 Do you know what I am doing wrong? I would really appreciate if you can get back to me asap Thanks Ruth