List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:March 28 2008 3:33pm
Subject:Re: bk commit into 6.0 tree (davi:1.2611) BUG#15192
View as plain text  
* Davi Arnaut <davi@stripped> [08/03/28 18:26]:
> ChangeSet@stripped, 2008-03-28 12:14:20-03:00, davi@stripped +21 -0
>   Bug#15192 "fatal errors" are caught by handlers in stored procedures

OK to push.

>    if (!(table= (TABLE_LIST *)thd->calloc(sizeof(TABLE_LIST))))
>    {
> +    /* Out of memory error was set. */
>      thd->fatal_error();
>      return NULL;
>    }

This one should be removed, too.

Perhaps now we can remove fatal_error() call completely, now
that's it's never called?

-- 
Konstantin
Thread
bk commit into 6.0 tree (davi:1.2611) BUG#15192Davi Arnaut28 Mar
  • Re: bk commit into 6.0 tree (davi:1.2611) BUG#15192Konstantin Osipov28 Mar