mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Merge from mysql-5.0-bugteam.
This commit is contained in:
commit
1c2556ff46
5 changed files with 48 additions and 7 deletions
|
|
@ -933,6 +933,9 @@ void end_server(MYSQL *mysql)
|
|||
{
|
||||
init_sigpipe_variables
|
||||
DBUG_PRINT("info",("Net: %s", vio_description(mysql->net.vio)));
|
||||
#ifdef MYSQL_SERVER
|
||||
slave_io_thread_detach_vio();
|
||||
#endif
|
||||
set_sigpipe(mysql);
|
||||
vio_delete(mysql->net.vio);
|
||||
reset_sigpipe(mysql);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue