Commit 838e6164 authored by stewart@willster.(none)'s avatar stewart@willster.(none)

Merge willster.(none):/home/stewart/Documents/MySQL/5.1/cleanup

into  willster.(none):/home/stewart/Documents/MySQL/5.1/pending
parents 1ecc88b1 b33a185b
......@@ -633,5 +633,6 @@ const GsnName SignalNames [] = {
,{ GSN_DICT_LOCK_REF, "DICT_LOCK_REF" }
,{ GSN_DICT_UNLOCK_ORD, "DICT_UNLOCK_ORD" }
,{ GSN_DICT_COMMIT_REQ, "DICT_COMMIT_REQ"}
};
const unsigned short NO_OF_SIGNAL_NAMES = sizeof(SignalNames)/sizeof(GsnName);
......@@ -34,8 +34,8 @@
/**
* No of 32 bits word in sysfile
*
* 5 +
*
* 6 + // was 5 in < version 5.1
* MAX_NDB_NODES + // lastCompletedGCI
* NODE_ARRAY_SIZE(MAX_NDB_NODES, 4) + // nodeStatus
* NODE_ARRAY_SIZE(MAX_NDB_NODES, NODEID_BITS) + // nodeGroups
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment