We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e59c105 + 0d65c81 commit 1c81b83Copy full SHA for 1c81b83
storage/ndb/src/kernel/vm/GlobalData.hpp
@@ -49,8 +49,8 @@ struct GlobalData {
49
Uint32 m_hb_count[MAX_NODES]; // hb counters
50
NodeInfo m_nodeInfo[MAX_NODES]; // At top to ensure cache alignment
51
Signal VMSignals[1]; // Owned by FastScheduler::
52
- Uint32 m_restart_seq; //
53
NodeVersionInfo m_versionInfo;
+ Uint32 m_restart_seq; //
54
55
NDB_TICKS internalTicksCounter; // Owned by ThreadConfig::
56
Uint32 highestAvailablePrio; // Owned by FastScheduler::
0 commit comments