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.1989 06/02/16 16:34:55 tomas@stripped +1 -0
Bug #17459 Cluster row based replication not setup if backup is ongoing
sql/ha_ndbcluster.cc
1.239 06/02/16 16:34:46 tomas@stripped +1 -0
Bug #17459 Cluster row based replication not setup if backup is ongoing
# 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.ndb.mysql.com
# Root: /home/tomas/wl2325-alcatel
--- 1.238/sql/ha_ndbcluster.cc 2006-01-18 10:54:16 +01:00
+++ 1.239/sql/ha_ndbcluster.cc 2006-02-16 16:34:46 +01:00
@@ -5015,6 +5015,7 @@
NDBDICT::List::Element& elmt= list.elements[i];
DBUG_PRINT("info", ("Found %s.%s in NDB", elmt.database, elmt.name));
if (!(elmt.state == NDBOBJ::StateBuilding ||
+ elmt.state == NDBOBJ::StateBackup ||
elmt.state == NDBOBJ::StateOnline))
{
sql_print_information("NDB: skipping setup table %s.%s, in state %d",
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.1989) BUG#17459 | tomas | 16 Feb |