Commit ced5770a authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed newly added DBUG_RETURN to DBUG_VOID_RETURN (compile failed with

   "DBUG_RETURN undeclared" on Mac OS X)
parent 6ac49445
...@@ -426,7 +426,7 @@ void THD::close_active_vio() ...@@ -426,7 +426,7 @@ void THD::close_active_vio()
vio_close(active_vio); vio_close(active_vio);
active_vio = 0; active_vio = 0;
} }
DBUG_RETURN; DBUG_VOID_RETURN;
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment