SIGNAL_WITH_VIO_CLOSES bugfix
sql/sql_class.cc: This should be #ifdefed
This commit is contained in:
parent
7120b66884
commit
a0ffb52a3a
@ -469,11 +469,13 @@ int THD::send_explain_fields(select_result *result)
|
|||||||
void THD::close_active_vio()
|
void THD::close_active_vio()
|
||||||
{
|
{
|
||||||
safe_mutex_assert_owner(&LOCK_delete);
|
safe_mutex_assert_owner(&LOCK_delete);
|
||||||
|
#ifndef EMBEDDED_LIBRARY
|
||||||
if (active_vio)
|
if (active_vio)
|
||||||
{
|
{
|
||||||
vio_close(active_vio);
|
vio_close(active_vio);
|
||||||
active_vio = 0;
|
active_vio = 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user