On 4/20/11 6:32 AM, Jon Olav Hauglid wrote:
> #Atfile:///export/home/x/mysql-5.1-bug12377872/ based
> onrevid:sergey.glukhov@stripped
>
> 3667 Jon Olav Hauglid 2011-04-20
> BUG#12377872 ASSERTION FAILED: !_ENTERED WHEN GETHOSTBYADDR_R
> FAILS ON SOLARIS
>
> This assertion was triggered if gethostbyaddr_r cannot do a
> reverse lookup on an ip address. The reason was a missing
> DBUG_RETURN macro. The problem affected only debug versions of
> the server.
>
> This patch fixes the problem by replacing return with DBUG_RETURN.
> No test case added.
>
OK to push.