scheduled task doesn't work on 5.524-log/windows
Hello!
I'm running mysql-5.5.24-log on windows.
the following statement creates scheduled event, but I see no evidence of its work
use mysql;
delimiter \\
create event if not exists disable_innodb_flush
on schedule every 1 minute
starts current_timestamp
do
begin
insert into t (t) values (current_timestamp);
set global innodb_flush_log_at_trx_commit = 2;
end
what could be wrong ?
Subject
Views
Written By
Posted
scheduled task doesn't work on 5.524-log/windows
4060
July 18, 2012 05:11AM
2345
July 18, 2012 03:43PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.