|
MySQL 5.6.14 Source Code Document
|
Public Types | |
| typedef int( | restartFunc )(NDBT_Context *, NdbRestarter &, const NdbRestart *) |
Public Member Functions | |
| NdbRestart (const char *_name, NdbRestartType _type, restartFunc *_func, int _requiredNodes, int _arg1=-1) | |
Public Attributes | |
| const char * | m_name |
| NdbRestartType | m_type |
| restartFunc * | m_restartFunc |
| int | m_numRequiredNodes |
| int | m_arg1 |
Definition at line 58 of file NdbRestarts.hpp.