mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
added a comment referring to the bug report
This commit is contained in:
parent
f32c2053c0
commit
d7d97e5312
1 changed files with 6 additions and 0 deletions
|
@ -657,6 +657,12 @@ static void close_connections(void)
|
|||
{
|
||||
DBUG_PRINT("quit",("Informing thread %ld that it's time to die",
|
||||
tmp->thread_id));
|
||||
/*
|
||||
Re: bug 7403 - close_connection will be called mulitple times
|
||||
bug a wholesale clean up of our network code is a very large
|
||||
project. This will wake up the socket on Windows and prevent the
|
||||
printing of the error message that we are force closing a connection.
|
||||
*/
|
||||
close_connection(tmp, 0, 1);
|
||||
if (tmp->mysys_var)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue