#At file:///D:/source/bzr/mysql-6.0-bug-33573/
2633 Chuck Bell 2008-06-10
Test. Please ignore.
modified:
sql/si_objects.cc
=== modified file 'sql/si_objects.cc'
--- a/sql/si_objects.cc 2008-05-27 19:47:15 +0000
+++ b/sql/si_objects.cc 2008-06-10 20:37:11 +0000
@@ -56,7 +56,7 @@ int silent_exec(THD *thd, String *query)
thd->query= query->c_ptr();
thd->query_length= query->length();
- thd->set_time(time(NULL));
+ thd->set_time();
pthread_mutex_lock(&::LOCK_thread_count);
thd->query_id= ::next_query_id();
pthread_mutex_unlock(&::LOCK_thread_count);
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (cbell:2633) | Chuck Bell | 10 Jun |