Commit 93049ec2 authored by unknown's avatar unknown

Sysfile.hpp:

  correct comment for 5.1 sysfile file format


storage/ndb/src/kernel/blocks/dbdih/Sysfile.hpp:
  correct comment for >= 1 sysfile file format
parent 46df0d4b
......@@ -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