Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2421 07/02/06 00:10:56 tomas@stripped +1 -0
Merge poseidon.mysql.com:/home/tomas/mysql-5.1-telco-cga
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
sql/ha_ndbcluster_binlog.cc
1.100 07/02/06 00:10:45 tomas@stripped +0 -0
Auto merged
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: tomas
# Host: poseidon.mysql.com
# Root: /home/tomas/mysql-5.1-new-ndb/RESYNC
--- 1.99/sql/ha_ndbcluster_binlog.cc 2007-02-05 13:22:21 +07:00
+++ 1.100/sql/ha_ndbcluster_binlog.cc 2007-02-06 00:10:45 +07:00
@@ -2445,8 +2445,10 @@
pthread_mutex_unlock(&ndbcluster_mutex);
DBUG_RETURN(1);
}
+#ifdef NOT_YET
if (share->connect_count !=
g_ndb_cluster_connection->get_connect_count())
+#endif
{
handle_trailing_share(share);
share= NULL;
@@ -2454,11 +2456,14 @@
}
/* Create share which is needed to hold replication information */
+#ifdef NOT_YET
if (share)
{
++share->use_count;
}
- else if (!(share= get_share(key, 0, TRUE, TRUE)))
+ else
+#endif
+ if (!(share= get_share(key, 0, TRUE, TRUE)))
{
sql_print_error("NDB Binlog: "
"allocating table share for %s failed", key);
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2421) | tomas | 5 Feb |