1396
1397
kill_one_thread(Session *, ulong id, bool only_kill_query)
1400
1401
pthread_mutex_lock(&LOCK_thread_count); // For unlink from list
1402
1403
for( vector<Session*>::iterator it= getSessionList().begin(); it != getSessionList().end(); ++it )