1
0
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:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-12-04 15:02:06 +02:00
parent 16ed1ce5cc
commit 669a12fdb0
11 changed files with 13 additions and 10 deletions

View File

@@ -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
{