diff options
author | unknown <monty@mysql.com> | 2005-04-06 15:53:32 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-04-06 15:53:32 +0300 |
commit | c8c6c91811209aa1fef6a9f7110a3582beae713f (patch) | |
tree | 19b209e340a1477ffc9c3d98f72a7a2d0530bf51 | |
parent | d5b7547597f6620037deb3f5473d02e9dede4c21 (diff) | |
parent | e23d1768a0ac10c58513714489412d180c2ac89d (diff) | |
download | mariadb-git-c8c6c91811209aa1fef6a9f7110a3582beae713f.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
sql/mysqld.cc:
Auto merged
-rw-r--r-- | sql/mysqld.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 0590333a20f..862ee1a66b2 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -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; |