On 11/16/2010 10:57 PM, Davi Arnaut wrote:
> # At a local mysql-5.5-runtime repository of davi
>
> 3187 Davi Arnaut 2010-11-16
> Bug#57058: SERVER_QUERY_WAS_SLOW not wired up.
>
> Finalize the server flags after any kind of command is executed.
> To avoid updating the flag multiple times, reorganize code so that
> its invoked only once for each command.
> @ sql/log_event.cc
> Explicit update after the query is executed in the slave.
> @ sql/sql_parse.cc
> Reorganize so that the status flag is updated for any command and
> not done twice for a query command.
Ok to push.
Thanks for fixing this!
--- Jon Olav