Commit 34319403 authored by Sergei Golubchik's avatar Sergei Golubchik

fix a comment

parent 3ec96c18
......@@ -1691,7 +1691,7 @@ static void close_connections(void)
{
DBUG_PRINT("quit",("Informing thread %ld that it's time to die",
(ulong) tmp->thread_id));
/* We skip slave threads & scheduler on this first loop through. */
/* We skip slave threads on this first loop through. */
if (tmp->slave_thread)
continue;
......
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