File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
storage/ndb/src/kernel/vm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (c) 2003, 2016 , Oracle and/or its affiliates. All rights reserved.
2
+ Copyright (c) 2003, 2017 , Oracle and/or its affiliates. All rights reserved.
3
3
4
4
This program is free software; you can redistribute it and/or modify
5
5
it under the terms of the GNU General Public License as published by
@@ -45,8 +45,8 @@ struct GlobalData {
45
45
Uint32 m_hb_count[MAX_NODES]; // hb counters
46
46
NodeInfo m_nodeInfo[MAX_NODES]; // At top to ensure cache alignment
47
47
Signal VMSignals[1 ]; // Owned by FastScheduler::
48
- Uint32 m_restart_seq; //
49
48
NodeVersionInfo m_versionInfo;
49
+ Uint32 m_restart_seq; //
50
50
51
51
NDB_TICKS internalTicksCounter; // Owned by ThreadConfig::
52
52
Uint32 highestAvailablePrio; // Owned by FastScheduler::
You can’t perform that action at this time.
0 commit comments