On 12/15/10 8:35 AM, Jon Olav Hauglid wrote:
> #Atfile:///export/home/x/mysql-5.5-bugteam-bug58933/ based
> onrevid:gleb.shchepa@stripped
>
> 3195 Jon Olav Hauglid 2010-12-15
> Bug #58933 Assertion `thd->is_error()' fails on shutdown with ongoing
> OPTIMIZE TABLE
>
> OPTIMIZE TABLE for InnoDB tables is handled as recreate + analyze.
> The triggered assert checked that an error had been reported if either
> recreate or analyze failed. However the assert failed to take into
> account that they could have failed because OPTIMIZE TABLE had been
> victim of KILL QUERY, KILL CONNECTION or server shutdown.
>
> This patch adjusts the assert to take this possibility into account.
> The problem was only noticeable on debug versions of the server.
>
> Test case added to innodb_mysql_sync.test.
>
OK to push.
Regards,
Davi