mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01: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:
parent
6ac4944512
commit
ced5770aba
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ void THD::close_active_vio()
|
|||
vio_close(active_vio);
|
||||
active_vio = 0;
|
||||
}
|
||||
DBUG_RETURN;
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue