mirror of
https://github.com/MariaDB/server.git
synced 2025-12-21 11:01:08 +03:00
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.
15 KiB
15 KiB