#At file:///home/tomas/mysql_src/mysql-5.1-telco-6.2-merge/
2663 Tomas Ulin 2008-09-08
remove extra erroneous mutex lock causing spurious failures in pushbuild
modified:
sql/ha_ndbcluster_binlog.cc
=== modified file 'sql/ha_ndbcluster_binlog.cc'
--- a/sql/ha_ndbcluster_binlog.cc 2008-08-19 08:29:27 +0000
+++ b/sql/ha_ndbcluster_binlog.cc 2008-09-08 21:05:01 +0000
@@ -4398,7 +4398,6 @@ pthread_handler_t ndb_binlog_thread_func
if (ndbcluster_terminating)
{
pthread_mutex_unlock(&LOCK_server_started);
- pthread_mutex_lock(&LOCK_ndb_util_thread);
goto err;
}
}
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (tomas.ulin:2663) | Tomas Ulin | 9 Sep |