Skip to content

Commit 1c81b83

Browse files
committed
Merge branch 'mysql-5.7-cluster-7.5' into mysql-5.7-cluster-7.6 (Bug#25695818)
2 parents e59c105 + 0d65c81 commit 1c81b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ndb/src/kernel/vm/GlobalData.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ struct GlobalData {
4949
Uint32 m_hb_count[MAX_NODES]; // hb counters
5050
NodeInfo m_nodeInfo[MAX_NODES]; // At top to ensure cache alignment
5151
Signal VMSignals[1]; // Owned by FastScheduler::
52-
Uint32 m_restart_seq; //
5352
NodeVersionInfo m_versionInfo;
53+
Uint32 m_restart_seq; //
5454

5555
NDB_TICKS internalTicksCounter; // Owned by ThreadConfig::
5656
Uint32 highestAvailablePrio; // Owned by FastScheduler::

0 commit comments

Comments
 (0)