Commit 53642579 authored by unknown's avatar unknown

Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1

into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.w1

parents cdf5a4d1 a0ffb52a
...@@ -469,11 +469,13 @@ int THD::send_explain_fields(select_result *result) ...@@ -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
......
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