MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
NDBT_TestSuite (const char *name) | |
int | execute (int, const char **) |
int | executeOneCtx (Ndb_cluster_connection &, const NdbDictionary::Table *ptab, const char *testname=NULL) |
void | setCreateTable (bool) |
void | setCreateAllTables (bool) |
void | setRunAllTables (bool) |
void | setConnectCluster (bool) |
void | printExecutionTree () |
void | printExecutionTreeHTML () |
void | printCases () |
void | printTestCaseSummary (const char *tcname=NULL) |
const char * | getDate () |
bool | timerIsOn () |
int | addTest (NDBT_TestCase *pTest) |
int | createHook (Ndb *, NdbDictionary::Table &, int when) |
void | setTemporaryTables (bool val) |
bool | getTemporaryTables () const |
void | setLogging (bool val) |
bool | getLogging () const |
bool | getForceShort () const |
int | createTables (Ndb_cluster_connection &) const |
int | dropTables (Ndb_cluster_connection &) const |
void | setDriverType (NDBT_DriverType type) |
NDBT_DriverType | getDriverType () const |
Public Attributes | |
Vector< BaseString > | m_tables_in_test |
Definition at line 334 of file NDBT_Test.hpp.
const char * NDBT_TestSuite::getDate | ( | ) |
Returns current date and time in the format of 2002-12-04 10:00:01
Definition at line 1535 of file NDBT_Test.cpp.