mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
A set of Netware related patches.
This commit is contained in:
parent
16ed1ce5cc
commit
669a12fdb0
@@ -503,6 +503,9 @@ check_connections(THD *thd)
|
||||
thd->thread_id));
|
||||
DBUG_PRINT("info",("New connection received on %s",
|
||||
vio_description(net->vio)));
|
||||
#ifdef SIGNAL_WITH_VIO_CLOSE
|
||||
thd->set_active_vio(net->vio);
|
||||
#endif
|
||||
|
||||
if (!thd->host) // If TCP/IP connection
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user