#At file:///home/mikael/mysql_clones/mysql-5.5-wl5136_community/ based on revid:mikael@dator9-20110415135830-ofi8opbbw3wve9wz
3138 Mikael Ronstrom 2011-04-20
Fixed missing change of thd_unlock_connection_data to thd_unlock_thread_count
modified:
sql/sql_class.cc
=== modified file 'sql/sql_class.cc'
--- a/sql/sql_class.cc revid:mikael@dator9-20110415135830-ofi8opbbw3wve9wz
+++ b/sql/sql_class.cc revid:mikael.ronstrom@stripped
@@ -359,7 +359,7 @@ void thd_new_connection_setup(THD *thd,
thd->prior_thr_create_utime= thd->thr_create_utime= thd->start_utime=
my_micro_time();
threads.append(thd);
- thd_unlock_connection_data(thd);
+ thd_unlock_thread_count(thd);
DBUG_PRINT("info", ("init new connection. thd: 0x%lx fd: %d",
(ulong)thd, thd->net.vio->sd));
thd_set_thread_stack(thd, stack_start);
Attachment: [text/bzr-bundle] bzr/mikael.ronstrom@oracle.com-20110420130719-d0h6tdvqusrd32e8.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5 branch (mikael.ronstrom:3138) | Mikael Ronstrom | 20 Apr |