summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
diff options
context:
space:
mode:
authormonty@work.mysql.com <>2001-07-18 23:58:10 +0200
committermonty@work.mysql.com <>2001-07-18 23:58:10 +0200
commit01cda0929a9c5b0120cfc81a4f63fa367b5743af (patch)
treefb907efd0b1549145b9fc6f82ddd7107f4ab8a55 /sql/sql_insert.cc
parent66ab2056ccad4ad12ab0cd360e1d4d9d709a9951 (diff)
parent40aa7c6d2949e3ebf0a726de929cc01830e430b9 (diff)
downloadmariadb-git-01cda0929a9c5b0120cfc81a4f63fa367b5743af.tar.gz
merge
Diffstat (limited to 'sql/sql_insert.cc')
-rw-r--r--sql/sql_insert.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc
index 19dc239c050..ea60716dcf2 100644
--- a/sql/sql_insert.cc
+++ b/sql/sql_insert.cc
@@ -871,6 +871,7 @@ static pthread_handler_decl(handle_delayed_insert,arg)
/* Add thread to THD list so that's it's visible in 'show processlist' */
pthread_mutex_lock(&LOCK_thread_count);
thd->thread_id=thread_id++;
+ thd->end_time();
threads.append(thd);
pthread_mutex_unlock(&LOCK_thread_count);