18 #ifndef NDBT_MIX_RESTARTER_HPP
19 #define NDBT_MIX_RESTARTER_HPP
23 #include <BaseString.hpp>
24 #include "NdbRestarter.hpp"
25 #include "NDBT_Test.hpp"
28 #define NMR_SR_THREADS "SR_ThreadCount"
29 #define NMR_SR_THREADS_STOPPED "SR_ThreadsStoppedCount"
30 #define NMR_SR_VALIDATE_THREADS "SR_ValidateThreadCount"
31 #define NMR_SR_VALIDATE_THREADS_DONE "SR_ValidateThreadsDoneCount"
38 RTM_RestartCluster = 0x01,
39 RTM_RestartNode = 0x02,
40 RTM_RestartNodeInitial = 0x04,
42 RTM_StopNodeInitial = 0x10,
48 RTM_SR = RTM_RestartCluster,
49 RTM_NR = 0x2 | 0x4 | 0x8 | 0x10 | 0x20
62 void setRestartTypeMask(Uint32 mask);