Commit c8c6c918 authored by unknown's avatar unknown
Browse files

Merge bk-internal.mysql.com:/home/bk/mysql-4.1

into mysql.com:/home/my/mysql-4.1


sql/mysqld.cc:
  Auto merged
parents d5b75475 e23d1768
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1488,6 +1488,7 @@ void end_thread(THD *thd, bool put_in_cache)
      thd=thread_cache.get();
      thd->real_id=pthread_self();
      (void) thd->store_globals();
      thd->thr_create_time= time(NULL);
      threads.append(thd);
      pthread_mutex_unlock(&LOCK_thread_count);
      DBUG_VOID_RETURN;