summaryrefslogtreecommitdiff
path: root/ndb/src/common
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-09-14 22:01:26 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-09-14 22:01:26 +0200
commit3b4dd64eaf10491bccdcc0b16945f8f4d91afe41 (patch)
tree51d842ca3590fce3986d89028ba10b06ebab6033 /ndb/src/common
parentba0d1529f542e26222e40c3df4fba22c0d6947cd (diff)
downloadmariadb-git-3b4dd64eaf10491bccdcc0b16945f8f4d91afe41.tar.gz
ndb - bug#21535
send new fragdistkeys to all replicas during node recovery to make sure that not 3rd or 4th replicas fragDistKey becomes out of sync ndb/include/kernel/GlobalSignalNumbers.h: new signal UpdateFragDistKeyOrd ndb/include/kernel/signaldata/CopyFrag.hpp: new signal UpdateFragDistKeyOrd ndb/include/ndb_version.h.in: online software upgrade for new signal UpdateFragDistKeyOrd ndb/src/common/debugger/signaldata/SignalNames.cpp: new signal UpdateFragDistKeyOrd ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Send noew list of all replicas in copyfragreq ndb/src/kernel/blocks/dblqh/Dblqh.hpp: new signal UpdateFragDistKeyOrd ndb/src/kernel/blocks/dblqh/DblqhInit.cpp: new signal UpdateFragDistKeyOrd ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: new signal UpdateFragDistKeyOrd
Diffstat (limited to 'ndb/src/common')
-rw-r--r--ndb/src/common/debugger/signaldata/SignalNames.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/src/common/debugger/signaldata/SignalNames.cpp b/ndb/src/common/debugger/signaldata/SignalNames.cpp
index 49e3f505b11..ecc9fc83153 100644
--- a/ndb/src/common/debugger/signaldata/SignalNames.cpp
+++ b/ndb/src/common/debugger/signaldata/SignalNames.cpp
@@ -636,6 +636,7 @@ const GsnName SignalNames [] = {
,{ GSN_DICT_LOCK_CONF, "DICT_LOCK_CONF" }
,{ GSN_DICT_LOCK_REF, "DICT_LOCK_REF" }
,{ GSN_DICT_UNLOCK_ORD, "DICT_UNLOCK_ORD" }
-
+
+ ,{ GSN_UPDATE_FRAG_DIST_KEY_ORD, "UPDATE_FRAG_DIST_KEY_ORD" }
};
const unsigned short NO_OF_SIGNAL_NAMES = sizeof(SignalNames)/sizeof(GsnName);