|
MySQL 5.6.14 Source Code Document
|

Public Member Functions | |
| NDBT_Context (Ndb_cluster_connection &) | |
| const NdbDictionary::Table * | getTab () |
| const NdbDictionary::Table ** | getTables () |
| int | getNumTables () const |
| const char * | getTableName (int) const |
| NDBT_TestSuite * | getSuite () |
| NDBT_TestCase * | getCase () |
| int | getNumRecords () const |
| int | getNumLoops () const |
| Uint32 | getProperty (const char *, Uint32=0) |
| const char * | getProperty (const char *, const char *) |
| void | setProperty (const char *, Uint32) |
| void | setProperty (const char *, const char *) |
| void | broadcast () |
| void | wait () |
| void | wait_timeout (int msec) |
| bool | getPropertyWait (const char *, Uint32) |
| const char * | getPropertyWait (const char *, const char *) |
| void | decProperty (const char *) |
| void | incProperty (const char *) |
| Uint32 | casProperty (const char *, Uint32 oldValue, Uint32 newValue) |
| void | stopTest () |
| bool | isTestStopped () |
| Uint32 | getDbProperty (const char *) |
| bool | setDbProperty (const char *, Uint32) |
| void | setTab (const NdbDictionary::Table *) |
| void | addTab (const NdbDictionary::Table *) |
| int | getNoOfRunningSteps () const |
| int | getNoOfCompletedSteps () const |
| void | sync_down (const char *key) |
| void | sync_up_and_wait (const char *key, Uint32 count=0) |
Public Attributes | |
| Ndb_cluster_connection & | m_cluster_connection |
Friends | |
| class | NDBT_Step |
| class | NDBT_TestSuite |
| class | NDBT_TestCase |
| class | NDBT_TestCaseImpl1 |
Definition at line 40 of file NDBT_Test.hpp.
| int NDBT_Context::getNoOfRunningSteps | ( | ) | const |
Get no of steps running/completed
Definition at line 78 of file NDBT_Test.cpp.
| void NDBT_Context::sync_down | ( | const char * | key | ) |
Thread sync
Definition at line 1619 of file NDBT_Test.cpp.