MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ErrorData Class Reference

#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)

Detailed Description

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.

Member Function Documentation

bool ErrorData::parseCmdLineArg ( const char **  argv,
int &  i 
)

Parse cmd line arg

Return true if successeful

Definition at line 236 of file NDBT_Error.cpp.

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.


The documentation for this class was generated from the following files: