MySQL 5.6.14 Source Code Document
|
#include <NDBT_Error.hpp>
Public Member Functions | |
bool | parseCmdLineArg (const char **argv, int &i) |
void | printCmdLineArgs (NdbOut &out=ndbout) |
void | printSettings (NdbOut &out=ndbout) |
void | printErrorCounters (NdbOut &out=ndbout) const |
void | resetErrorCounters () |
int | handleErrorCommon (const NdbError &error) |
NDBT_Error.hpp This is the main include file about error handling in NDBT test programs
Definition at line 30 of file NDBT_Error.hpp.
bool ErrorData::parseCmdLineArg | ( | const char ** | argv, |
int & | i | ||
) |
void ErrorData::printCmdLineArgs | ( | NdbOut & | out = ndbout | ) |
Print cmd line arguments
Definition at line 210 of file NDBT_Error.cpp.
void ErrorData::printErrorCounters | ( | NdbOut & | out = ndbout | ) | const |
Print error count
Definition at line 136 of file NDBT_Error.cpp.
void ErrorData::printSettings | ( | NdbOut & | out = ndbout | ) |
Print settings
Definition at line 149 of file NDBT_Error.cpp.
void ErrorData::resetErrorCounters | ( | ) |
Reset error counters
Definition at line 277 of file NDBT_Error.cpp.