mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
- fixed newly added DBUG_RETURN to DBUG_VOID_RETURN (compile failed with
"DBUG_RETURN undeclared" on Mac OS X)
This commit is contained in:
@@ -426,7 +426,7 @@ void THD::close_active_vio()
|
||||
vio_close(active_vio);
|
||||
active_vio = 0;
|
||||
}
|
||||
DBUG_RETURN;
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user