• Jon Olav Hauglid's avatar
    BUG#12377872 ASSERTION FAILED: !_ENTERED WHEN GETHOSTBYADDR_R · 73ecffdb
    Jon Olav Hauglid authored
                 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.
    73ecffdb
hostname.cc 7.37 KB