#At file:///data0/magnus/mysql/7.0-dist-priv/ based on revid:magnus.blaudd@strippedizw
4255 Magnus Blåudd 2011-03-21
ndb - revert faulty mysqld_mutex_lock() -> pthread_mutex_lock() of LOCK_open change
modified:
sql/ha_ndbcluster_binlog.cc
=== modified file 'sql/ha_ndbcluster_binlog.cc'
--- a/sql/ha_ndbcluster_binlog.cc 2011-03-20 09:26:22 +0000
+++ b/sql/ha_ndbcluster_binlog.cc 2011-03-21 09:07:47 +0000
@@ -3320,7 +3320,7 @@ ndb_binlog_thread_handle_schema_event_po
}
{
thd_ndb_options.set(TNO_NO_LOCK_SCHEMA_OP);
- pthread_mutex_lock(&LOCK_open);
+ mysql_mutex_lock(&LOCK_open);
if (ndbcluster_check_if_local_table(schema->db, schema->name) &&
(!table_in_binlog_exclude_list(schema->db, schema->name)))
{
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@oracle.com-20110321090747-ps5srs8mtpt35ktc.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (magnus.blaudd:4255) | Magnus Blåudd | 21 Mar |